smartgit/dist/smartgit.clone.d.ts

9 lines
179 B
TypeScript
Raw Normal View History

2016-06-12 14:46:59 +00:00
import "typings-global";
2016-06-28 00:45:37 +00:00
export declare let clone: (optionsArg: {
2016-06-12 14:46:59 +00:00
from: string;
to: string;
key?: string;
2016-06-28 00:45:37 +00:00
keyPath?: string;
keyPassphrase?: string;
2016-06-12 14:46:59 +00:00
}) => any;