smartgit/dist/smartgit.add.d.ts

5 lines
88 B
TypeScript

export declare let pull: (optionsArg: {
path: string;
ref?: string;
}) => void;