1.0.4 • Published 5 years ago

object-comprehension v1.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

object-comprehension

It's a revival of the amazing python dictionary comprehensions, for javascript.

Should work with every node version down to node 0.10.

Installing

npm i object-comprehension

Example

const objectComprehension = require('object-comprehension')  // Or import oc from 'object-comprehension'
objectComprehension([])