UnUnwrappables:
    | Date
    | Int8Array
    | Int16Array
    | Int32Array
    | Uint8Array
    | Uint16Array
    | Uint32Array
    | bigint
    | boolean
    | number
    | string
    | symbol
    | null
    | undefined

Lists all types that should not be recursively unwrapped.