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