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