UNPKG

query-registry

Version:

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

8 lines (7 loc) 194 B
import QuickLRU from "quick-lru"; /** Internal cache for all requests. @see {@link https://github.com/sindresorhus/quick-lru} @internal */ export declare const cache: QuickLRU<string, unknown>;