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