Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 714 Bytes

File metadata and controls

32 lines (19 loc) · 714 Bytes

fly-helper

It's a Tool library, method collection.

test codecov Build Status

Usage

  • install
npm install fly-helper --save

# or

yarn add fly-helper
  • example
import { isNumber } from 'fly-helper'

isNumber()

License

The scripts and documentation in this project are released under the MIT License