| 1 | /* eslint no-constant-condition:0 */ |
| 2 | |
| 3 | export interface DelimiterSpec { |
| 4 | left: string; |
| 5 | right: string; |
| 6 | display: boolean; |
| 7 | } |
| 8 | |
| 9 | export interface SplitAtDelimiterData { |
| 10 | type: "text" | "math"; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…