付延余
2023-03-23 1cb780b1762c62751c7f5f26132f3a7aa4ef3e2f
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;