1 | /**
|
2 | * `DistTags` maps distribution tags to version numbers.
|
3 | */
|
4 | export interface DistTags {
|
5 | /** Latest version number */
|
6 | readonly latest: string;
|
7 | /** Mapping of distribution tags to version numbers */
|
8 | readonly [key: string]: string;
|
9 | }
|
10 | //# sourceMappingURL=dist-tags.d.ts.map |
\ | No newline at end of file |