Skip to content

simonwong/fly-helper

Repository files navigation

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