mirror of
https://github.com/cp6/my-idlers.git
synced 2025-07-04 22:04:17 +00:00
8 lines
233 B
JavaScript
8 lines
233 B
JavaScript
|
"use strict";
|
||
|
|
||
|
var isImplemented = require("../../../../promise/#/finally/is-implemented");
|
||
|
|
||
|
if (typeof Promise !== "function") global.Promise = require("plain-promise");
|
||
|
|
||
|
module.exports = function (a) { a(isImplemented(), true); };
|