This commit is contained in:
abalabahaha
2016-06-09 11:41:04 +09:00
parent 5133096a12
commit 2cd1104d3d
32 changed files with 42795 additions and 7186 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));}