Front end of the Slack clone application.

index.js 93B

1234
  1. 'use strict';
  2. module.exports = require('./is-implemented')() ? Set : require('./polyfill');