UNPKG

query-registry

Version:

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

9 lines 327 B
export declare function fetchFromRegistry<T>({ endpoint, headers, query, registry, mirrors, cached, }: { endpoint: string; headers?: Record<string, string>; query?: string; registry?: string; mirrors?: string[]; cached?: boolean; }): Promise<T>; //# sourceMappingURL=fetch-from-registry.d.ts.map