UNPKG

@juit/check-updates

Version:

Small and fast utility to update package dependencies

11 lines (10 loc) 229 B
// index.ts import { readNpmRc } from "./npmrc.mjs"; import { Updater } from "./updater.mjs"; import { VersionsCache } from "./versions.mjs"; export { Updater, VersionsCache, readNpmRc }; //# sourceMappingURL=index.mjs.map