Skip to content

joaquimserafim/object.size

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

returns the size of a given object

Resources

License

Stars

Watchers

Forks

Packages

No packages published