Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simon-he95/tools
https://github.com/simon-he95/tools
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/simon-he95/tools
- Owner: Simon-He95
- Created: 2021-11-09T07:02:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T05:55:49.000Z (11 months ago)
- Last Synced: 2023-12-15T06:54:03.063Z (11 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# objectMix // 深合并,数组中的数据不参与合并,类似于Object.assign
# deepCompare // 深比较
// 使用 import { objectMix, deepCompare } from './tools.js'