add initial marp implementation with sample content and build configuration
This commit is contained in:
8
node_modules/speech-rule-engine/mjs/indexing/trie_node.js
generated
vendored
Normal file
8
node_modules/speech-rule-engine/mjs/indexing/trie_node.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export var TrieNodeKind;
|
||||
(function (TrieNodeKind) {
|
||||
TrieNodeKind["ROOT"] = "root";
|
||||
TrieNodeKind["DYNAMIC"] = "dynamic";
|
||||
TrieNodeKind["QUERY"] = "query";
|
||||
TrieNodeKind["BOOLEAN"] = "boolean";
|
||||
TrieNodeKind["STATIC"] = "static";
|
||||
})(TrieNodeKind || (TrieNodeKind = {}));
|
||||
Reference in New Issue
Block a user