qingyiay
2023-09-16 d40527c10a2aa2ea481e1bf85ba0ac75ade9b670
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;