smartgit/dist/smartgit.add.d.ts

6 lines
113 B
TypeScript
Raw Normal View History

2016-06-12 14:46:59 +00:00
import "typings-global";
2016-06-25 17:13:19 +00:00
export declare let pull: (optionsArg: {
path: string;
ref?: string;
}) => void;