[ 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.