UNPKG

syncpack

Version:

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

2 lines (1 loc) 79 B
export declare const getHighestVersion: (versions: string[]) => string | null;