This commit is contained in:
abalabahaha
2016-04-16 10:49:48 -07:00
parent 197c416642
commit 9083893d79
31 changed files with 42794 additions and 6904 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));}