This commit is contained in:
abalabahaha
2016-08-02 07:21:33 +09:00
parent 461e5b337e
commit da31ae589a
32 changed files with 43311 additions and 7637 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));}