UNPKG

query-registry

Version:

Query the npm registry for packuments, manifests, packages and download counts

15 lines (13 loc) 310 B
async function log(formatter, ...args) { if (process.env.NODE_ENV !== 'production') { try { const { debug } = await import('debug'); const logger = debug('query-registry'); logger(formatter, args); } catch {} } } export { log }; //# sourceMappingURL=log.esm.js.map