mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-08 10:08:08 +00:00
7 lines
233 B
JavaScript
7 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); };
|