Front end of the Slack clone application.

123456
  1. "use strict";
  2. module.exports = function () {
  3. return typeof Number.EPSILON === "number";
  4. };