Skip to content

Function: objectIsEmpty()

ts
function 
objectIsEmpty
(
obj
): boolean;

Defined in: index.ts:66

Parameters

obj

Record<string, any>

Returns

boolean

Released under the MIT license