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