implement.js 233 B

1234567
  1. "use strict";
  2. var isImplemented = require("../../../../promise/#/finally/is-implemented");
  3. if (typeof Promise !== "function") global.Promise = require("plain-promise");
  4. module.exports = function (a) { a(isImplemented(), true); };