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