mapmgr

0.0.1-preview.2 • Public • Published

State

  • Version: <1.x.x
  • Stability: Preview
  • Rank: 0/5

Install

npm install mapmgr

Example

const { Map2Obj, Obj2Map } = require('mapmgr');
 
const myMap = new Map().set('x', 1);
 
console.log(Map2Obj(myMap)) // {x:1};
 
const myObj = { x : 4 };
 
console.log(Obj2Map(myObj)) // Map => { x : 1 }

License

ISC

Package Sidebar

Install

npm i mapmgr

Weekly Downloads

0

Version

0.0.1-preview.2

License

ISC

Last publish

Collaborators

  • dalisoft