smartgit/dist/smartgit.clone.d.ts
2016-06-12 16:46:59 +02:00

6 lines
108 B
TypeScript

import "typings-global";
export declare let clone: (options: {
from: string;
to: string;
}) => any;