qingyiay
2023-09-16 71a830c0c6adfd19dd726abe6772df35e94313e9
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;