UNPKG

query-registry

Version:

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

8 lines (7 loc) 149 B
/** * `BugTracker` represents the bug tracking methods. */ export interface BugTracker { readonly url?: string; readonly email?: string; }