UNPKG

npm-check-updates

Version:

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

5 lines (4 loc) 151 B
import { Index } from './IndexType'; export type NpmConfig = Index<string | boolean | ((path: string) => string | { ca: string[]; } | undefined)>;