count.js 109 B

12345
  1. 'use strict';
  2. var keys = require('./keys');
  3. module.exports = function (obj) { return keys(obj).length; };