UNPKG

@gameroom/gameroom-kit

Version:

Node kit for the Gameroom API

9 lines (8 loc) 209 B
module.exports = class Expression { constructor(data) { if (!data) data = {}; this.comparison = data.comparison || null; this.key = data.key || null; this.value = data.value || null; }; };