UNPKG

section-tests

Version:
13 lines (9 loc) 263 B
export default class Message { constructor({section, duration}) { //this.section = section; this.sectionName = section.name; this.depth = section.getDepth(); this.type = 'message'; this.duration = duration; } };