stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
13
node_modules/speech-rule-engine/js/speech_rules/nemeth_util.d.ts
generated
vendored
Normal file
13
node_modules/speech-rule-engine/js/speech_rules/nemeth_util.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
import { AuditoryDescription } from '../audio/auditory_description.js';
|
||||
import { Span } from '../audio/span.js';
|
||||
export declare function openingFraction(node: Element): Span[];
|
||||
export declare function closingFraction(node: Element): Span[];
|
||||
export declare function overFraction(node: Element): Span[];
|
||||
export declare function overBevelledFraction(node: Element): Span[];
|
||||
export declare function hyperFractionBoundary(node: Element): Element[];
|
||||
export declare function openingRadical(node: Element): Span[];
|
||||
export declare function closingRadical(node: Element): Span[];
|
||||
export declare function indexRadical(node: Element): Span[];
|
||||
export declare function relationIterator(nodes: Element[], context: string): () => AuditoryDescription[];
|
||||
export declare function implicitIterator(nodes: Element[], context: string): () => AuditoryDescription[];
|
||||
export declare function contentIterator(nodes: Element[], context: string): () => AuditoryDescription[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue