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