UNPKG

git-tags-remote

Version:
8 lines 351 B
export declare const get: (repo: string) => Promise<Map<string, string>>; export declare const latest: (repo: string) => Promise<[string, string]>; declare const _default: { get: (repo: string) => Promise<Map<string, string>>; latest: (repo: string) => Promise<[string, string]>; }; export default _default; //# sourceMappingURL=index.d.ts.map