UNPKG

query-registry

Version:

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

3 lines (2 loc) 161 B
import type z from "zod"; export declare function fetchData<T extends z.ZodType>(schema: T, url: string, headers?: Record<string, string>): Promise<z.infer<T>>;