Front end of the Slack clone application.

index.js 98B

123456
  1. "use strict";
  2. module.exports = require("./is-implemented")()
  3. ? String.raw
  4. : require("./shim");