UNPKG
lowcodeutils
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
a fontend utils for write repeated code
lowcodeutils
/
README.md
24 lines
(16 loc)
•
261 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## lowcodeutils
将在实际开发中常用的工具类函数包装,方便复用
### 工具
-
getType
-
throwExceptionIf
-
isArray
-
isBoolean
-
isString
-
isObject
-
isNumber
### 数组
-
equalArray
-
flatArray
-
nArray
### 对象
-
transferNewObject