UNPKG

@ginstone/nga-api

Version:

11 lines (10 loc) 253 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TopicKey = void 0; class TopicKey { constructor(raw) { this.name = raw[0]; this.setByModerator = raw[1] === 1; } } exports.TopicKey = TopicKey;