@types/git-rev
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

Installation

npm install --save @types/git-rev

Summary

This package contains type definitions for git-rev (https://github.com/tblobaum/git-rev).

Details

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

index.d.ts

export function short(callback: (short: string) => void): void;
export function long(callback: (long: string) => void): void;
export function branch(callback: (branch: string) => void): void;
export function tag(callback: (tag: string) => void): void;
export function log(callback: (log: string[][]) => void): void;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Spicy Pixel.

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i @types/git-rev

      Weekly Downloads

      2,229

      Version

      0.2.2

      License

      MIT

      Unpacked Size

      3.09 kB

      Total Files

      5

      Last publish

      Collaborators

      • types