UNPKG

@tiptap/core

Version:

headless rich text editor

7 lines (6 loc) 235 B
/** * Remove a property or an array of properties from an object * @param obj Object * @param key Key to remove */ export declare function deleteProps(obj: Record<string, any>, propOrProps: string | string[]): Record<string, any>;