UNPKG

curated-node

Version:

Not a framework. Not a module. Just a bunch of Node.js packages you most likely familiar with and probably already use, bundled together in a modular fashion.

8 lines (7 loc) 133 B
export declare class ObjectUtils { static deepFreeze(o: { [k: string]: any; }): { [k: string]: any; }; }