@ssml-utilities/highlighter
Version:
SSML syntax highlighter for the SSML Utilities toolkit
5 lines (4 loc) • 296 B
TypeScript
import { DAGNode, Result } from "@ssml-utilities/core";
import { HighlightOptions } from "../interfaces";
export declare function highlightAttributes(attributes: string, options: HighlightOptions): Result<string, string>;
export declare function extractAttributesFromNode(node: DAGNode): string;