blob: 930f72c2d856700b05ceaba92f00c11d5691c5d8 [file] [log] [blame]
'use strict';
if (typeof global.Promise !== 'function') {
global.Promise = require('./lib');
}