smartgit/dist/smartgit.clone.d.ts

6 lines
108 B
TypeScript
Raw Normal View History

2016-06-12 14:46:59 +00:00
import "typings-global";
export declare let clone: (options: {
from: string;
to: string;
}) => any;