Skip to content

H-copy/hTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

left-f-tools

js 工具函数库

Install

npm i --save left-f-tools

or

yarn add left-f-tools

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published