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