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