UNPKG

@excalidraw/excalidraw

Version:
3 lines (2 loc) 155 B
/** heuristically checks whether the text may be a mermaid diagram definition */ export declare const isMaybeMermaidDefinition: (text: string) => boolean;