11e48409bb
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.
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
'use strict';
|
|
if (typeof global.Promise !== 'function') {
|
|
global.Promise = require('./lib');
|
|
}
|