UNPKG

327 BTypeScriptView Raw
1export declare function fetchFromRegistry<T>({ endpoint, headers, query, registry, mirrors, cached, }: {
2 endpoint: string;
3 headers?: Record<string, string>;
4 query?: string;
5 registry?: string;
6 mirrors?: string[];
7 cached?: boolean;
8}): Promise<T>;
9//# sourceMappingURL=fetch-from-registry.d.ts.map
\No newline at end of file