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