UNPKG

@oriflame/version-tools

Version:
4 lines 264 B
import type { SemVer } from 'semver'; export declare function extractVersion(versionLike: SemVer | string | null): SemVer | null; export declare function extractVersionFormatted(versionLike: string): string | undefined; //# sourceMappingURL=extractVersion.d.ts.map