https://github.com/jsweber/simple-helper
My common function library
https://github.com/jsweber/simple-helper
Last synced: 2 months ago
JSON representation
My common function library
- Host: GitHub
- URL: https://github.com/jsweber/simple-helper
- Owner: jsweber
- Created: 2018-12-27T05:34:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T09:52:38.000Z (over 6 years ago)
- Last Synced: 2024-04-25T03:01:49.266Z (about 1 year ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## WHAT IS SIMPLE-HELPER
My common function librarycore platform independent
## GET START
#### install
```npm install -D simple-helper-func ```#### es6 module:
```javascript
import sh from 'simple-helper-func'
```#### commonjs:
```javascript
const sh = require('simple-helper-func')
```