UNPKG

section-tests

Version:
15 lines (8 loc) 234 B
import Message from './Message.js'; export default class SetupStartMessage extends Message { constructor(options) { super(options); this.name = options.name; this.type = 'setupStartMessage'; } };