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

6 lines (4 loc) 159 B
#!/usr/bin/env node declare const syncMessage = "\u001B[35mLockfile has been updated!\u001B[0m"; declare function init(): void; export { init, syncMessage };