Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / has / src / index.js
1 'use strict';
2
3 var bind = require('function-bind');
4
5 module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);