map-to

0.0.3 • Public • Published

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.

Package Sidebar

Install

npm i map-to

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • tomekwi