qingyiay
2023-07-10 8a1a8689a2d7e236a733ffb822da503d16fcb88e
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;