mirror of
https://github.com/danbulant/discord.js
synced 2026-05-22 05:49:10 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.reg = reg;
|
|
|
|
function reg(c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
}
|