| 116 | } |
| 117 | |
| 118 | export interface DeserializeHtmlOptions { |
| 119 | node: DOMNode |
| 120 | attributes?: Record<string, any> |
| 121 | markAttributes?: Record<string, any> |
| 122 | stripBreak?: true | ((text: string) => boolean) |
| 123 | } |
| 124 | |
| 125 | export interface SelectWordOptions { |
| 126 | at?: Range |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…