UNPKG

query-registry

Version:

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

8 lines 197 B
/** * `BugTracker` represents the bug tracking methods. */ export interface BugTracker { readonly url?: string; readonly email?: string; } //# sourceMappingURL=bug-tracker.d.ts.map