毕设专用git仓库
 
 
 
 
 
 

5 lines
126 B

'use strict';
var implementation = require('./implementation');
module.exports = Function.prototype.bind || implementation;