UNPKG

241 BJavaScriptView Raw
1var $ = require('../internals/export');
2var 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});