UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 93 B
export function isString(value: any): value is string { return typeof value === 'string' }