qingyiay
2023-03-31 04f3f15c930c2b02187d0ce11d68978b65361d54
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;