Front end of the Slack clone application.

index.js 73B

123456
  1. "use strict";
  2. module.exports = {
  3. isBoolean: require("./is-boolean")
  4. };