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