/
shawndas
/
game_vk
Обзор
Документация
Войти
/
shawndas
/
game_vk
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
docs
node_modules/jszip/lib/external.js
18 строк
438 B
shawndas
финальное ТЗ
26 апр 2026, 17:07
26 апр 2026, 17:07
37bd540
Код
Авторство
О чём код?
"use strict"; // load the global object first: // - it should be better integrated in the system (unhandledRejection in node) // - the environment may have a custom Promise implementation (see zone.js) var ES6Promise = null; if (typeof Promise !== "undefined") { ES6Promise = Promise; } else { ES6Promise = require("lie"); } /** * Let the user use/change some implementations. */ module.exports = { Promise: ES6Promise };