yangan
2024-09-05 48a4ff3409804fc62139a9fa9fc05498cbc0a0ce
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;