Skip to content

kodedninja/object-pair-array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-pair-array

Break up an object into an array of key-value objects.

Some modules are easier to write than find.

Install

npm i object-pair-array

Usage

var opa = require('object-pair-array')

opa({ one: 1, two: 2 })

//=> [{ one: 1 }, { two: 2 }]

About

Break up an object into an array of key-value objects

Resources

License

Stars

Watchers

Forks

Packages

No packages published