UNPKG

danger-plugin-npm-check-updates

Version:
4 lines (3 loc) 206 B
import { PackegeJson, LockFile } from './types'; export declare const readPackageJson: (basePath: string) => PackegeJson | null; export declare const readPackageLock: (basePath: string) => LockFile | null;