mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
'use strict';
|
|
|
|
var Promise = typeof global.Promise === 'function' ? global.Promise : require('lie');
|
|
|
|
exports.Promise = Promise;
|