UNPKG

prosemirror-flat-list

Version:
8 lines (6 loc) 210 B
import type { NodeSelection, Selection } from 'prosemirror-state' export function isNodeSelection( selection: Selection, ): selection is NodeSelection { return Boolean((selection as NodeSelection).node) }