UNPKG
sizeof
Version:
latest (1.0.0)
1.0.0
Calculates the size of Javascript object.
github.com/lyroyce/sizeof
sizeof
/
index.js
2 lines
(1 loc)
•
53 B
JavaScript
View Raw
1
2
exports
= module.exports = require(
'./lib/sizeof'
)
;