jv-object-length

1.0.0 • Public • Published

jv-object-length

Introduction

count enumerable properties of an object with properties of prototype excluded

Usage

  var jvObjectLength = require('jv-object-length')
  var arr = {foo: 'foo', bar: 'bar', name: 'jjvein', age: 23, pig: null}
  var ret = jvObjectLength(arr)

Readme

Keywords

Package Sidebar

Install

npm i jv-object-length

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • jjvein