mirror of
https://github.com/discordjs/discord.js.git
synced 2026-05-30 07:30:09 +00:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
"use strict";
|
|
|
|
export function reg (c, a) {
|
|
return [c].concat(Array.prototype.slice.call(a));
|
|
}
|