object-attributes
v0.1.1
Published
Returns an array of object keys
Downloads
2
Readme
object-attributes
Returns an array of object keys
Installation
This module is installed via npm:
npm i object-attributes --save
Example Usage
var attributes = require('object-attributes')
attributes({ foo:1, bar: 2 }) // [ "foo", "bar" ]
Rights
Copyright (C) 2015 by yieme, License: MIT