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