UNPKG

@boostbank/pterodactyl-installer

Version:
8 lines (7 loc) 152 B
class Argument{ constructor(name = "", value = ""){ this.name = name; this.value = value; } } module.exports = Argument;