UNPKG

npm-check-updates

Version:

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

5 lines (4 loc) 237 B
import { PackageFile } from '../types/PackageFile'; /** Gets a list of dependency sections based on options.dep. */ declare const resolveDepSections: (dep?: string | string[]) => (keyof PackageFile)[]; export default resolveDepSections;