UNPKG

query-registry

Version:

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

8 lines 260 B
/** * `getUntypedName` returns the name of the normal package * corresponding to a DefinitelyTyped package. */ export declare function getUntypedName({ name }: { name: string; }): string | undefined; //# sourceMappingURL=get-untyped-name.d.ts.map