0.0.3 • Published 11 years ago
map-to v0.0.3
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-toUsage
var mapToObject = require("map-to/object");
var mapToArray = require("map-to/array");
// Examples coming soon