5 lines
97 B
JavaScript
Raw Normal View History

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