UNPKG

section-tests

Version:
12 lines (7 loc) 192 B
import Message from './Message.js'; export default class SectionMessage extends Message { constructor(options) { super(options); this.type = 'sectionMessage'; } };