(editor: SlateEditor, value: any)
| 182 | }, |
| 183 | |
| 184 | isGridCell(editor: SlateEditor, value: any): value is GridCell { |
| 185 | return editor.isGridCell(value) |
| 186 | }, |
| 187 | |
| 188 | isList(editor: SlateEditor, value: any): value is List { |
| 189 | return editor.isList(value) |
no outgoing calls
no test coverage detected
searching dependent graphs…