UNPKG

npm-registry-sdk

Version:

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

7 lines (6 loc) 370 B
export type { DistTags } from './distTags.ts'; export type { PackageMetadata, PackageInfo, PackageVersions } from './package.ts'; export type { RegistryMetadata } from './metadata.ts'; export type { SearchOptions, SearchResults } from './search.ts'; export type { RegistryKeys } from './keys.ts'; export type { DownloadPeriod, RegistryDownloads } from './downloads.ts';