UNPKG

@tiptap/core

Version:

headless rich text editor

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