This commit is contained in:
meew0
2015-12-31 22:57:33 +01:00
parent d2473044e5
commit 7860828a5d
26 changed files with 5043 additions and 240 deletions

View File

@@ -1 +1,8 @@
"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));
}