left-f-tools
v0.0.4
Published
函数工具库
Readme
left-f-tools
js 工具函数库
Install
npm i --save left-f-tools
or
yarn add left-f-toolsUsage
import { Enum } from 'left-f-tools'
const type = new Enum([
[ 1, 'wait' ],
[ 2, 'run' ],
[ 3, 'stop' ]
])Functions
asyncFormat
countMap
Enum
objFilter
branch
dateFormat
pipe
chunkByString
doNothing
joinUrlParams
toStyleStr
