UNPKG

@gameroom/kit

Version:

Node kit for the Gameroom API

6 lines (5 loc) 104 B
module.exports = class Dictionary { constructor(data) { if (data) Object.assign(this, data) } }