@zero-dependency/utilsFunctionsisObjectEmptyisObjectEmpty CallableisObjectEmpty(obj: unknown): obj is Record<never, never>Checks if an object is empty.Parametersobj: unknownThe object to check.Returns obj is Record<never, never>Returns true if the object is empty.
Checks if an object is empty.