nice-fns
v1.10.0
Published
A modern and nice library of JS functions.
Downloads
135
Maintainers
Readme
nice-fns
一个基于 TypeScript 和 Lodash 开发的现代 JS 函数库。
安装方式
# npm
npm i nice-fns
# yarn or pnpm
pnpm add nice-fns
使用方式
import { pascalCase } from 'nice-fns'
pascalCase('test string')
// => 'TestString'
迁移至 v1.x
arrayToMap
移除filter
配置项,对象数组转换时依据改为primaryKey
不为空值。createBEM
修复namespace
为函数变更时不会变换结果中的namespace
。createCallbacks
移除配置项和单一执行方式,回调句柄将保持唯一性,runAll
变更为run
。- 部分函数返回中的
null
变更为undefined
。 Extname
更名为ExtName
,相关文件名和变量名已变更。tree
相关函数类型重构。toDictionary
将size
函数变更为size
属性,类型重构。