wbc
5 天以前 92a7b127dafe1d8aac10e991794c9f425866400d
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;