smartgit/dist/smartgit.clone.d.ts

9 lines
179 B
TypeScript

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