Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

object-attributes

yieme10MIT0.1.1

Returns an array of object keys

object, attributes, keys, array

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