[ trixie ]
[ sid ]
[ ソース: node-react-hot-loader ]
パッケージ: node-shallowequal (4.13.1+really-1.1.0~4.13.1+~cs12.12.4-2)
node-shallowequal に関するリンク
Debian の資源:
node-react-hot-loader ソースパッケージをダウンロード:
- [node-react-hot-loader_4.13.1+~cs12.12.4-2.dsc]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig-global.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig-hoist-non-react-statics.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig-shallowequal.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig-types-hoist-non-react-statics.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig-types-shallowequal.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4.orig.tar.gz]
- [node-react-hot-loader_4.13.1+~cs12.12.4-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Node.js module to shallow compare
shallowequal is like lodash's isEqualWith() but for shallow (strict) equal. It performs a shallow equality comparison between two values to determine if they are equivalent.
The equality is performed by iterating through keys on the given "value", and returning "false" whenever any key has values which are not strictly equal between "value1" and "value2". Otherwise, return "true" whenever the values of all keys are strictly equal.