Security update to Drupal 8.4.6 with PHP held back to 7.0.27 to match the stoneboat...
[yaffs-website] / node_modules / pinkie-promise / index.js
1 'use strict';
2
3 module.exports = typeof Promise === 'function' ? Promise : require('pinkie');