(editor: SlateEditor, value: any)
| 178 | }, |
| 179 | |
| 180 | isGridRow(editor: SlateEditor, value: any): value is GridRow { |
| 181 | return editor.isGridRow(value) |
| 182 | }, |
| 183 | |
| 184 | isGridCell(editor: SlateEditor, value: any): value is GridCell { |
| 185 | return editor.isGridCell(value) |
no outgoing calls
no test coverage detected
searching dependent graphs…