qingyiay
2023-08-03 76a7460699861269561d715b0ea1eed026edb5b4
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;