blob-util/utils.js
2014-10-24 15:01:49 -04:00

6 lines
129 B
JavaScript

'use strict';
var Promise = typeof global.Promise === 'function' ? global.Promise : require('lie');
exports.Promise = Promise;