6 lines
138 B
JavaScript
6 lines
138 B
JavaScript
'use strict';
|
|
|
|
var implementation = require('function-bind/implementation');
|
|
|
|
module.exports = Function.prototype.bind || implementation;
|