This commit is contained in:
abalabahaha
2016-03-13 09:21:21 -07:00
parent e525e3b722
commit f0dd0cabdf
31 changed files with 40240 additions and 6256 deletions

View File

@@ -1,8 +1 @@
"use strict";
exports.__esModule = true;
exports.reg = reg;
function reg(c, a) {
return [c].concat(Array.prototype.slice.call(a));
}
"use strict";exports.__esModule = true;exports.reg = reg;function reg(c,a){return [c].concat(Array.prototype.slice.call(a));}