mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
182 B
TypeScript
8 lines
182 B
TypeScript
import * as gitRev from "git-rev";
|
|
|
|
gitRev.short((result) => {});
|
|
gitRev.long((result) => {});
|
|
gitRev.branch((result) => {});
|
|
gitRev.tag((result) => {});
|
|
gitRev.log((result) => {});
|