yangan
2024-06-12 66a74ea7126a5b97361b4d7b9d9520e3e25ede5b
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;