MCPcopy
hub / github.com/KaTeX/KaTeX / DelimiterSpec

Interface DelimiterSpec

contrib/auto-render/splitAtDelimiters.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/* eslint no-constant-condition:0 */
2
3export interface DelimiterSpec {
4 left: string;
5 right: string;
6 display: boolean;
7}
8
9export interface SplitAtDelimiterData {
10 type: "text" | "math";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…