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