Front end of the Slack clone application.

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