UNPKG

syncpack

Version:

Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces

4 lines (3 loc) 196 B
export declare const isValidSemverRange: (range: string) => boolean; export declare const isSemver: (version: string) => boolean; export declare const isLooseSemver: (version: string) => boolean;