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