2022-12-05 11:50:49 +00:00
|
|
|
/*
|
2024-09-05 18:51:53 +01:00
|
|
|
Copyright 2022-2024 New Vector Ltd.
|
2022-12-05 11:50:49 +00:00
|
|
|
|
2024-09-05 18:51:53 +01:00
|
|
|
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
|
|
|
|
Please see LICENSE in the repository root for full details.
|
2022-12-05 11:50:49 +00:00
|
|
|
*/
|
|
|
|
|
2024-04-25 11:41:35 +02:00
|
|
|
declare module "@mapbox/node-pre-gyp/lib/util/versioning" {
|
2022-12-05 11:50:49 +00:00
|
|
|
// eslint-disable-next-line @typescript-eslint/naming-convention
|
|
|
|
export function get_runtime_abi(runtime: string, version: string): string;
|
|
|
|
}
|