qingyiay
2023-04-10 7406be32979e90a730b5a2ac8d392892f71835d2
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;