summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/pinkie-promise/index.js
blob: 777377a1f777b166a5b116e1a87f99d21fbea75d (plain)
1
2
3
'use strict';

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