2.1.1 • Published 7 years ago

invincible v2.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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.

2.1.1

7 years ago

2.1.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago