UNPKG

query-registry

Version:

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

6 lines 260 B
export declare function fetchDownloadsFromRegistry<T>({ endpoint, registryDownloadsAPI, cached, }: { endpoint: string; registryDownloadsAPI?: string; cached?: boolean; }): Promise<T>; //# sourceMappingURL=fetch-downloads-from-registry.d.ts.map