mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add RootNode
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { AbstractNode, NodeMods } from './AbstractNode'
|
||||
|
||||
export class EnumNode extends AbstractNode<string> {
|
||||
private options: string[]
|
||||
protected options: string[]
|
||||
|
||||
constructor(options: string[], mods?: NodeMods<string>) {
|
||||
super(mods)
|
||||
|
||||
Reference in New Issue
Block a user