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