Front end of the Slack clone application.

implement.js 157B

12345678
  1. "use strict";
  2. var isImplemented = require("../../../../array/#/copy-within/is-implemented");
  3. module.exports = function (a) {
  4. a(isImplemented(), true);
  5. };