3 lines
147 B
TypeScript
3 lines
147 B
TypeScript
import type { GetLocalVersionOptions } from "./types";
|
|
export declare function getLocalVersion(options?: GetLocalVersionOptions): Promise<number>;
|