.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / pinkie-promise / index.js
1 'use strict';
2
3 module.exports = typeof Promise === 'function' ? Promise : require('pinkie');