Skip to content

Function: objectIsEmpty()

ts
function 
objectIsEmpty
(
obj
): boolean;

Defined in: index.ts:95

Parameters

ParameterType

obj

Record<string, any>

Returns

boolean

Released under the MIT license