Type Alias CanBeEmpty

CanBeEmpty:
    | string
    | Map<any, any>
    | Set<any>
    | AnyObject
    | any[]

All types that can be checked for emptiness. The empty variants of these types are represented in Empty.