3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
export declare function polyfillClone<T>(input: T): T;
|
|
export declare function clone<T>(value: T): T;
|