UNPKG

@ssml-utilities/highlighter

Version:
4 lines (3 loc) 226 B
import { Result, SSMLDAG } from "@ssml-utilities/core"; import { HighlightOptions } from "../interfaces"; export declare function highlightNode(nodeId: string, dag: SSMLDAG, options: HighlightOptions): Result<string, string>;