UNPKG

package-changed

Version:

Tells you whether or not dependencies in package.json have been changed.

4 lines (3 loc) 108 B
export declare const getPackagelock: ({ packagePath }: { packagePath: string; }) => string | undefined;