1.0.5 • Published 3 months ago

@gas0324/util v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

util

js工具函数

安装

npm install --save @gas0324/util

FUNCTION

名称说明参数
unlineToHump下划线转驼峰str: string
humpToUnline驼峰转下划线str: string
typeOf返回数据类型val: any
extname获取文件扩展名fileName: string
isEmpty判断是否空值val: any
formatToTree递归分组ary: any[], pid?: string/number, pField: string = 'parentId'
isPhone判断是否手机号phone: string
convertBytesToReadable字节单位转换bytes: number
getDirectorySize读取目录大小path: string
1.0.5

3 months ago

1.0.4

3 months ago

1.0.2

11 months ago

1.0.3

9 months ago

1.0.1

1 year ago

1.0.0

1 year ago