1.0.0 • Published 6 years ago

@kingjs/map v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@kingjs/map

Exports all @kingjs/map.* functionality in one package.

Usage

var map = require('@kingjs/map');

API

Remarks

Mapping functions accept a target object as this, mutate the target, and return the target. As such, they can be chained together using @kingjs/apply.

Install

With npm installed, run

$ npm install @kingjs/map

License

MIT