UNPKG

@boostbank/pterodactyl-installer

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