UNPKG

@tobin-jn/boilerplate

Version:
7 lines 115 B
module.exports = class Node { constructor () { this.end = false; this.children = {}; this.word; } }