0.0.3 • Published 9 years ago

map-to v0.0.3

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

map-to

map-to/array and map-to/object. Convert easily, back and forth.

Build statusCode climate

  • Brings all functional goodness of arrays to objects.
  • Brings the flexibility of objects to arrays.
  • Works well with any functional programming library, like 101.

Installation

> npm install map-to

Usage

var mapToObject = require("map-to/object");
var mapToArray = require("map-to/array");

// Examples coming soon

License

MIT © Tomek Wiszniewski.