mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-05-22 14:37:06 +08:00
5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
'use strict';
|
|
if (typeof global.Promise !== 'function') {
|
|
global.Promise = require('./lib');
|
|
}
|