0.1.0 • Published 6 years ago

immutable-array.of v0.1.0

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

immutable-array.of

travis ci npm version Coverage Status Dependency Status

immutable-array.of exports a function that creates a plain object useful for immutable array operations like

immutable-array.push immutable-array.every immutable-array.reduce immutable-array.findIndexFrom

Install

$ npm install immutable-array.of --save

Usage

const of = require('immutable-array.of')

of([1, 2, 3, 4, 5]) {array: [1, 2, 3, 4, 5], length: 5}

Support

  • Node.js >=6
  • ES2015 transpilers

License

MIT