3 lines
87 B
TypeScript
3 lines
87 B
TypeScript
declare module 'git-describe' {
|
|
export function gitDescribe(...args: any[]): void;
|
|
}
|