mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Chore: minor changes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
interface Node {
|
||||
/** @default false */
|
||||
wordEnd?: boolean,
|
||||
wordEnd: boolean,
|
||||
children: Map<string, Node | undefined>,
|
||||
fail?: Node
|
||||
fail: Node | undefined
|
||||
}
|
||||
|
||||
const createNode = (): Node => ({
|
||||
|
||||
Reference in New Issue
Block a user