Folder turned necessary after Discord debate

This commit is contained in:
abalabahaha
2015-11-28 21:24:49 -08:00
parent 3c0687ac95
commit 6564c27faf
25 changed files with 4281 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
"use strict";
exports.__esModule = true;
exports.reg = reg;
function reg(c, a) {
return [c].concat(Array.prototype.slice.call(a));
}