UNPKG

npm-registry-sdk

Version:

A fully type-safe client library for the npm registry API.

9 lines 176 B
export class RegistryError { code; error; constructor(error, code) { this.error = error; this.code = code; } } //# sourceMappingURL=error.js.map