| 3 | import { getOptions } from '../options' |
| 4 | |
| 5 | export interface AlignEditor extends Editor { |
| 6 | toggleAlign: (value?: AlignKeys) => void |
| 7 | } |
| 8 | |
| 9 | export const AlignEditor = { |
| 10 | isAlignEditor: (editor: Editor): editor is AlignEditor => { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…