clearspeak_util.d.ts 658 B

12345678910
  1. import { Span } from '../audio/span.js';
  2. export declare function nodeCounter(nodes: Element[], context: string | null): () => string;
  3. export declare function allCellsSimple(node: Element): Element[];
  4. export declare function isSmallVulgarFraction(node: Element): Element[];
  5. export declare function ordinalExponent(node: Element): Span[];
  6. export declare function nestingDepth(node: Element): Span[];
  7. export declare function matchingFences(node: Element): Element[];
  8. export declare function fencedArguments(node: Element): Element[];
  9. export declare function simpleArguments(node: Element): Element[];
  10. export declare function wordOrdinal(node: Element): Span[];