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