[ forky ]
[ sid ]
[ 源代码: node-deep-freeze ]
软件包:node-deep-freeze(0.0.1+~cs0.1.5-1)
node-deep-freeze 的相关链接
Debian 的资源:
下载源码包 node-deep-freeze:
- [node-deep-freeze_0.0.1+~cs0.1.5-1.dsc]
- [node-deep-freeze_0.0.1+~cs0.1.5.orig-types-deep-freeze.tar.gz]
- [node-deep-freeze_0.0.1+~cs0.1.5.orig.tar.gz]
- [node-deep-freeze_0.0.1+~cs0.1.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Recursively freeze JavaScript objects
This library allows users to recursively apply `Object.freeze()` to JavaScript objects. It ensures that all properties of the object, that are also objects or functions, are made immutable. This can be useful in scenarios where an application requires strict immutability of objects to prevent their modification at any level, thereby maintaining a consistent and predictable state within the system.
