invincible

2.1.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i invincible

Weekly Downloads

1

Version

2.1.1

License

MIT

Last publish

Collaborators

  • chikara