smartgit/dist/smartgit.clone.d.ts
2016-07-02 02:36:33 +02:00

8 lines
154 B
TypeScript

export declare let clone: (optionsArg: {
from: string;
to: string;
key?: string;
keyPath?: string;
keyPassphrase?: string;
}) => any;