store_util.d.ts 375 B

1234
  1. import { AuditoryDescription } from '../audio/auditory_description.js';
  2. export declare function nodeCounter(nodes: Element[], context: string | null): () => string;
  3. export declare function pauseSeparator(_nodes: Element[], context: string): () => AuditoryDescription[];
  4. export declare function contentIterator(nodes: Element[], context: string): () => AuditoryDescription[];