1 | export declare function fetchDownloadsFromRegistry<T>({ endpoint, registryDownloadsAPI, cached, }: {
|
2 | endpoint: string;
|
3 | registryDownloadsAPI?: string;
|
4 | cached?: boolean;
|
5 | }): Promise<T>;
|
6 | //# sourceMappingURL=fetch-downloads-from-registry.d.ts.map |
\ | No newline at end of file |