UNPKG

npm-check-updates

Version:

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

4 lines (3 loc) 209 B
import { SemVer } from 'semver-utils'; /** A function that can be provided to the --target option for custom filtering. */ export type TargetFunction = (packageName: string, versionRange: SemVer[]) => string;