This commit is contained in:
abalabahaha
2016-04-13 00:47:48 -07:00
parent 2842b97776
commit 6b189cf3af
29 changed files with 743 additions and 6789 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));}