UNPKG

@juit/check-updates

Version:

Small and fast utility to update package dependencies

7 lines (5 loc) 188 B
// coverage ignore file export type { UpdaterOptions } from './updater' export { readNpmRc } from './npmrc' export { Updater } from './updater' export { VersionsCache } from './versions'