count.js 113 B

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