stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
8
node_modules/speech-rule-engine/mjs/semantic_tree/semantic_annotations.d.ts
generated
vendored
Normal file
8
node_modules/speech-rule-engine/mjs/semantic_tree/semantic_annotations.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import { SemanticAnnotator, SemanticVisitor } from './semantic_annotator.js';
|
||||
import { SemanticNode } from './semantic_node.js';
|
||||
export declare const annotators: Map<string, SemanticAnnotator>;
|
||||
export declare const visitors: Map<string, SemanticVisitor>;
|
||||
export declare function register(annotator: SemanticAnnotator | SemanticVisitor): void;
|
||||
export declare function activate(domain: string, name: string): void;
|
||||
export declare function deactivate(domain: string, name: string): void;
|
||||
export declare function annotate(node: SemanticNode): void;
|
||||
Loading…
Add table
Add a link
Reference in a new issue