UNPKG

@metamask/snaps-utils

Version:
11 lines 403 B
/** * Get the current supported platform version. * * Note: This function assumes that the same SDK version is used across all * dependencies. If this is not the case, the version of the SDK that is * closest to the `snaps-utils` package will be returned. * * @returns The platform version. */ export declare function getPlatformVersion(): string; //# sourceMappingURL=platform-version.d.cts.map