https://github.com/simonwong/fly-helper
It's a Tool library, method collection
https://github.com/simonwong/fly-helper
gulp jest rollup typescript
Last synced: 1 day ago
JSON representation
It's a Tool library, method collection
- Host: GitHub
- URL: https://github.com/simonwong/fly-helper
- Owner: simonwong
- License: mit
- Created: 2019-12-25T11:25:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T10:04:42.000Z (about 2 years ago)
- Last Synced: 2025-04-10T12:27:35.786Z (14 days ago)
- Topics: gulp, jest, rollup, typescript
- Language: TypeScript
- Homepage:
- Size: 792 KB
- Stars: 30
- Watchers: 2
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# fly-helper
It's a Tool library, method collection.

[](https://codecov.io/gh/simonwong/fly-helper)
[](https://travis-ci.com/simonwong/fly-helper)## Usage
- install
```shell
npm install fly-helper --save# or
yarn add fly-helper
```- example
```javascript
import { isNumber } from 'fly-helper'isNumber()
```## License
The scripts and documentation in this project are released under the [MIT License](https://github.com/simonwong/fly-helper/blob/master/LICENSE)