UNPKG

medium-proeditor

Version:

A powerful & customizable Medium-style rich text editor

5 lines 198 B
/** * Check if object1 includes object2 */ export declare function objectIncludes(object1: Record<string, any>, object2: Record<string, any>): boolean; //# sourceMappingURL=objectIncludes.d.ts.map