PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/es5-ext/promise/#/finally
Просмотр файла: is-implemented.js
"use strict";
module.exports = function () {
if (typeof Promise !== "function") return false;
if (typeof Promise.prototype.finally !== "function") return false;
return true;
};
Выполнить команду
Для локальной разработки. Не используйте в интернете!