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