yangan
2024-07-23 9aaacb5b7477a2e4879ccfeb49565e27ee2e98f5
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;