UNPKG

@tiptap/core

Version:

headless rich text editor

4 lines (3 loc) 128 B
export function isEmptyObject(value = {}): boolean { return Object.keys(value).length === 0 && value.constructor === Object }