query-registry
Version:
Query the npm registry for packuments, manifests, packages and download counts
9 lines • 327 B
TypeScript
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