5 lines
328 B
TypeScript
5 lines
328 B
TypeScript
export declare const RUNTIME_VERSION_PREFIX = "exposdk:";
|
|
export declare function getRuntimeVersionForSDKVersion(sdkVersion: string): string;
|
|
export declare function getSDKVersionFromRuntimeVersion(runtimeVersion: string): string | undefined;
|
|
export declare function isSDKVersionRuntimeVersion(runtimeVersion: string): boolean;
|