4.0.2 • Published 6 months ago

@types/remote-git-tags v4.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/remote-git-tags

Summary

This package contains type definitions for remote-git-tags (https://github.com/sindresorhus/remote-git-tags).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/remote-git-tags.

index.d.ts

// Type definitions for remote-git-tags 4.0
// Project: https://github.com/sindresorhus/remote-git-tags
// Definitions by: Chris Midgley <https://github.com/midgleyc>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

export default function remoteGitTags(repoUrl: string): Promise<Map<string, string>>;

Additional Details

  • Last updated: Mon, 08 Nov 2021 18:32:09 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Chris Midgley.