map-to
v0.0.3
Published
map-to/array and map-to/object. Convert easily, back and forth.
Downloads
9
Maintainers
Readme
map-to
map-to/array
and map-to/object
. Convert easily, back and forth.
- 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