@pengzhanbo/utils - v3.7.3
    Preparing search index...

    Type Alias Nullable<T>

    Nullable: T | null | undefined

    null or whatever

    可以是 null 或 undefined 的类型

    Type Parameters

    • T

      The type of elements in the array / 数组元素的类型