Skip to content

Commit bc1ee71

Browse files
committed
chore: update description
1 parent 21da5e6 commit bc1ee71

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Node.js CI](https://github.com/chandq/sculp-js/actions/workflows/node.js.yml/badge.svg)](https://github.com/chandq/sculp-js/actions/workflows/node.js.yml)
2-
[![sculp-js](https://img.shields.io/github/package-json/v/chandq/sculp-js?style=flat-square)](https://github.com/chandq/sculp-js)
3-
[![node](https://img.shields.io/badge/language-typescript-orange.svg)](https://nodejs.org/download/release/v12.0.0/)
2+
[![sculp-js](https://img.shields.io/github/package-json/v/chandq/sculp-js?style=flat-square)](https://www.npmjs.com/package/sculp-js)
3+
44
[![license:MIT](https://img.shields.io/npm/l/vue.svg?sanitize=true)](https://github.com/chandq/sculp-js/blob/main/LICENSE.md)
55
[![Downloads:?](https://img.shields.io/npm/dm/sculp-js.svg?sanitize=true)](https://npmcharts.com/compare/sculp-js?minimal=true)
66
[![codecov](https://codecov.io/gh/chandq/sculp-js/graph/badge.svg?token=VZ6TERPGI9)](https://codecov.io/gh/chandq/sculp-js)
@@ -45,17 +45,17 @@
4545

4646
- Array
4747

48-
- arrayLike 判断类数组
49-
- arrayEachAsync 异步遍历数组,可中断,支持倒序
48+
- arrayEach
49+
- arrayEachAsync
5050

5151
- Tree
5252

53-
- forEachDeep 高性能的深度优先遍历函数, 支持continue、break,可定制id、children
54-
- mapDeep 高性能的深度优先遍历的Map函数, 支持continue、break,可定制id、children
55-
- searchTreeById 在树中找到 id 为某个值的节点,并返回上游的所有父级节点
56-
- formatTree 高性能的数组转树函数
57-
- flatTree 树转数组
58-
- fuzzySearchTree 模糊搜索函数,返回包含搜索字符的节点及其祖先节点的树
53+
- forEachDeep
54+
- mapDeep
55+
- searchTreeById
56+
- formatTree
57+
- flatTree
58+
- fuzzySearchTree
5959

6060
- Object
6161

@@ -66,7 +66,6 @@
6666
- objectEachAsync
6767
- objectGet
6868
- cloneDeep
69-
- isEqual
7069

7170
- Number
7271

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sculp-js",
33
"version": "1.13.1",
4-
"description": "js utils library, includes function library、class library",
4+
"description": "Utils function library for modern javascript",
55
"scripts": {
66
"prepare": "husky install",
77
"build": "rollup --bundleConfigAsCjs --config rollup.config.js",
@@ -172,6 +172,7 @@
172172
],
173173
"keywords": [
174174
"sculp-js",
175+
"modules",
175176
"es6",
176177
"util"
177178
],

0 commit comments

Comments
 (0)