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