doum
7 天以前 47360d21048e9125315071670462e5d5bc09d273
1
2
3
4
5
'use strict';
 
var implementation = require('./implementation');
 
module.exports = Function.prototype.bind || implementation;