.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / core-js / modules / es.function.bind.js
1 var $ = require('../internals/export');
2 var bind = require('../internals/function-bind');
3
4 // `Function.prototype.bind` method
5 // https://tc39.es/ecma262/#sec-function.prototype.bind
6 $({ target: 'Function', proto: true }, {
7   bind: bind
8 });