UNPKG

enchoice-fabric-react-lib

Version:

This project was created to integrate Microsoft Fabric React

3 lines (2 loc) 118 B
export declare function deepClone<T>(obj: T): T; export declare function cloneMap<T, V>(map: Map<T, V>): Map<T, V>;