UNPKG

lockfile-sync-check

Version:

A command-line tool to check if your package manager's lockfile is in sync with the latest changes in your Git repository

5 lines 169 B
//#region src/cli.d.ts declare const syncMessage = "\x1B[35mLockfile has been updated!\x1B[0m"; declare function init(): void; //#endregion export { init, syncMessage };