| 1 | |
| 2 | export interface CopyDelimiters { |
| 3 | inline: [string, string]; |
| 4 | display: [string, string]; |
| 5 | } |
| 6 | |
| 7 | // Set these to how you want inline and display math to be delimited. |
| 8 | export const defaultCopyDelimiters: CopyDelimiters = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…