UNPKG

query-registry

Version:

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

17 lines (13 loc) 274 B
function normalizeRawLicense({ rawLicense }) { if (!rawLicense) { return undefined; } if (typeof rawLicense !== 'string') { return undefined; } return rawLicense; } export { normalizeRawLicense }; //# sourceMappingURL=normalize-raw-license.esm.js.map