xwt
2025-10-16 f63e51553b520b5dd760ba186d9b274ed246a64a
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;