UNPKG

@types/git-rev

Version:
6 lines (5 loc) 316 B
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;