@ima/plugin-rest-client
Version:
Generic REST API client plugin for the IMA application framework.
13 lines • 415 B
TypeScript
/**
* Deeply freezes the provided data.
*
* Note that the method cannot properly handle data with circular
* references.
*
* Also note that any embedded entity will be skipped over, allowing each
* entity class to have consistent mutability of its instances.
*
* @param {*} data The data that should become deeply frozen.
*/
export function deepFreeze(data: any): void;
//# sourceMappingURL=utils.d.ts.map