4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
|
import "typings-global";
|
||
|
declare var _default: (pathArg: string, commitMessage: string) => void;
|
||
|
export = _default;
|