UNPKG

query-registry

Version:

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

6 lines 194 B
export declare function fetch({ url, headers, cached, }: { url: string; headers?: Record<string, string>; cached?: boolean; }): Promise<any>; //# sourceMappingURL=fetch.d.ts.map