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