An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

## WHAT IS SIMPLE-HELPER
My common function library

core 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')
```