This commit is contained in:
Amish Shah
2015-12-26 18:35:08 +00:00
parent 8d0fc8e0a6
commit b927b223bb
30 changed files with 35948 additions and 5053 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));}