UNPKG

sardines-compile-time-tools

Version:

sardines.compile-time-tools.js is part of the sardines.io project

5 lines 287 B
import { Version } from './utils'; export declare const getVersionTag: (version: string) => string; export declare const getLatestVersion: (verbose?: boolean) => Promise<string>; export declare const GitVersioning: (params?: any) => Promise<Version>; //# sourceMappingURL=gitVer.d.ts.map