UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 127 B
export function isRegExp(value: any): value is RegExp { return Object.prototype.toString.call(value) === '[object RegExp]' }