npm.io
2.1.1 • Published 9 years ago

invincible

Licence
MIT
Version
2.1.1
Deps
0
Vulns
0
Weekly
0
Stars
3

Invincible

A series of miscellaneous functional JavaScript utility library.

Travis branch Coveralls branch npm npm

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.

Keywords