UNPKG

npm-registry-sdk

Version:

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

6 lines (5 loc) 122 B
export declare class RegistryError { code: string; error: string; constructor(error: string, code: string); }