Files
seagull-game/app/basepak/static/js/mermaid/diagram-api/regexes.d.ts
2025-11-23 14:59:17 -08:00

4 lines
138 B
TypeScript

export declare const frontMatterRegex: RegExp;
export declare const directiveRegex: RegExp;
export declare const anyCommentRegex: RegExp;