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