query-registry
Version:
Query the npm registry for packuments, manifests, packages and download counts
6 lines • 388 B
TypeScript
import { AbbreviatedPackument } from '../types/abbreviated-packument';
import { RawAbbreviatedPackument } from '../types/raw-abbreviated-packument';
export declare function normalizeRawAbbreviatedPackument({ rawAbbreviatedPackument, }: {
rawAbbreviatedPackument: RawAbbreviatedPackument;
}): AbbreviatedPackument;
//# sourceMappingURL=normalize-raw-abbreviated-packument.d.ts.map