UNPKG

npm-check-updates

Version:

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

4 lines (3 loc) 119 B
/** Returns true if a file exists. */ declare const exists: (path: string) => Promise<boolean>; export default exists;