UNPKG

@tiptap/core

Version:

headless rich text editor

6 lines (4 loc) 166 B
import { NodeSelection } from '@tiptap/pm/state' export function isNodeSelection(value: unknown): value is NodeSelection { return value instanceof NodeSelection }