copyWithStructuralSharing.d.ts 82 B

1
  1. export declare function copyWithStructuralSharing<T>(oldObj: any, newObj: T): T;