mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
"use strict";
|
|
|
|
exports.__esModule = true;
|
|
exports.reg = reg;
|
|
|
|
function reg(c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
} |