@ssml-utilities/highlighter
Version:
SSML syntax highlighter for the SSML Utilities toolkit
6 lines (5 loc) • 321 B
TypeScript
import { SSMLHighlighter, HighlightOptions } from "../interfaces";
import { SSMLDAG } from "@ssml-utilities/core";
import { Result } from "@ssml-utilities/core";
export declare const ssmlHighlighter: SSMLHighlighter;
export declare function highlightSSML(dag: SSMLDAG, options: HighlightOptions): Result<string, string>;