map

1.0.1 • Public • Published

Map

Usage

const map = require('map')
const increment = map(a => a + 1)
const list = [1, 2, 3]
 
const incrementedList = increment(list)
// => [2, 3, 4]

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    906
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    906
  • 1.0.0
    3
  • 0.0.3
    56
  • 0.0.2
    47
  • 0.0.1
    51
  • 0.0.0
    2

Package Sidebar

Install

npm i map

Weekly Downloads

459

Version

1.0.1

License

MIT

Last publish

Collaborators

  • iclanzan