UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

6 lines (5 loc) 275 B
import { Options } from '../types/Options'; import { PackageInfo } from '../types/PackageInfo'; /** Load and parse a package file. */ declare const loadPackageInfoFromFile: (options: Options, filepath: string) => Promise<PackageInfo>; export default loadPackageInfoFromFile;