UNPKG

test-jsonforms-react-spectrum-renderers

Version:

React Spectrum Renderer Set for JSONForms

5 lines (4 loc) 215 B
// https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore#_isempty export function isEmpty(obj: any) { return [Object, Array].includes((obj || {}).constructor) && !Object.keys((obj || {})).length; }