object.size

1.0.0 • Public • Published

object.size

returns the size of a given object


Build StatusCode Coverage 100%ISC LicenseNodeJS

JavaScript Style Guide

api

const objectSize = require('object.size')

objectSize(object) should return an integer value

example

const objectSize = require('object.size')
 
objectSize({a: 1, b: 2, c: 3})// returns 3

ISC License (ISC)

Readme

Keywords

Package Sidebar

Install

npm i object.size

Weekly Downloads

137

Version

1.0.0

License

ISC

Last publish

Collaborators

  • quim