git-tags-remote
Version:
Get remote repository tags.
8 lines • 351 B
TypeScript
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