6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
|
import "typings-global";
|
||
|
export declare let clone: (options: {
|
||
|
from: string;
|
||
|
to: string;
|
||
|
}) => any;
|