clone.d.ts 45 B

1
  1. export declare function clone<T>(obj: T): T;