UNPKG

@tsmean/utils

Version:

A library of pure utility functions

8 lines (7 loc) 159 B
export declare namespace CoreUtils { /** * @deprecated * Use the method in ImmutabilityUtils */ function deepCopy(data: Object): any; }