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

var isImplemented = require("../../../object/entries/is-implemented");

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