Files

4 lines
93 B
JavaScript
Raw Permalink Normal View History

'use strict';
module.exports = typeof Promise === 'function' ? Promise : require('pinkie');