xwt
2025-09-25 67d42a761ea34624cfb2de3cbb38f37a319d2631
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;