mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-08 01:58:09 +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); };
|