You need to sign in or sign up before continuing.
implement.js 144 Bytes
"use strict";

var isImplemented = require("../../../array/from/is-implemented");

module.exports = function (a) { a(isImplemented(), true); };