mini.css/node_modules/lie/polyfill.js
Angelos Chalaris 11e48409bb Started working on Gluon core
Core module has been initialized, as well as a default flavor. Minor changes (read DEVLOG), moved things around, cleaned up some things and built some of the basic features.
2018-05-28 12:29:34 +03:00

4 lines
97 B
JavaScript

'use strict';
if (typeof global.Promise !== 'function') {
global.Promise = require('./lib');
}