(editor: SlateEditor, value: any)
| 174 | return editor.isSolidVoid(element) |
| 175 | }, |
| 176 | isGrid(editor: SlateEditor, value: any): value is Grid { |
| 177 | return editor.isGrid(value) |
| 178 | }, |
| 179 | |
| 180 | isGridRow(editor: SlateEditor, value: any): value is GridRow { |
| 181 | return editor.isGridRow(value) |
no outgoing calls
no test coverage detected
searching dependent graphs…