just-map-it

1.0.0 • Public • Published

just-map-it

map object.

import map from 'just-map-it';

let object = {
    a: 0,
    b: 5,
    c: 7,
    d: 6,
    e: 8,
};

map(object, function (key, value) {
    return value * value;
});

Package Sidebar

Install

npm i just-map-it

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • justclear