5 lines
97 B
Plaintext
5 lines
97 B
Plaintext
'use strict';
|
|
if (typeof global.Promise !== 'function') {
|
|
global.Promise = require('./lib');
|
|
}
|