invincible
v2.1.1
Published
A series of miscellaneous functional JavaScript utility library.
Downloads
19
Readme
Invincible
A series of miscellaneous functional JavaScript utility library.
Install
$ npm install --save invincible
# Or
$ yarn add invincible
Usage
var invincible = require('invincible')
// Or
import invincible from 'invincible'
// Or
import {subModule, ...others} from 'invincible'
// Or
import subModule from 'invincible/lib/subModule'
API
This library documents is published at GitHub Pages. Go to the site to see more details.
Third Support
Support babel-plugin-import for loading modules on demand.
// .babelrc
{
"plugins": [
["import", {
"libraryName": "invincible",
"camel2DashComponentName": false
}]
]
}
import {subModule, ...others} from 'invincible'
License
Released under the MIT license.