mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
Folder turned necessary after Discord debate
This commit is contained in:
8
lib/Util/ArgumentRegulariser.js
Normal file
8
lib/Util/ArgumentRegulariser.js
Normal 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));
|
||||
}
|
||||
Reference in New Issue
Block a user