UNPKG

@tiptap/core

Version:

headless rich text editor

5 lines (4 loc) 150 B
// oxlint-disable-next-lineno-unsafe-function-type export function isFunction(value: any): value is Function { return typeof value === 'function' }