UNPKG

limu

Version:

A fast js lib of immutable data, based on shallow copy on read and mark modified on write mechanism

3 lines (2 loc) 146 B
import type { ObjectLike } from '../inner-types'; export declare function deepFreeze<T extends ObjectLike>(obj: T): readonly any[] | Readonly<T>;