Front end of the Slack clone application.

12345678
  1. "use strict";
  2. var _undefined = require("../function/noop")(); // Support ES3 engines
  3. module.exports = function (val) {
  4. return (val !== _undefined) && (val !== null);
  5. };