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