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