qingyiay
2023-04-21 1fdf41cc692eb7b208fe647259d4295164280a41
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;