qingyiay
2023-04-06 1ddeee845f9c7e4917d5c991820ed4d1baddfeae
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;