UNPKG

@jaspersoft/jv-input-controls

Version:

Component for rendering input controls for a report or ad hoc view using visualize.js

7 lines (6 loc) 203 B
/** * Checks if the object doesn't have any keys. If the object is null or undefined, it returns true. * @param obj * @returns {boolean} */ export declare const isEmptyObject: (obj: any) => boolean;