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