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

    Type Alias IsNull<T>

    IsNull: [T] extends [null] ? true : false

    If the type T accepts type null, output type true, otherwise output type false.

    如果类型 T 接受类型 null,则输出 true,否则输出 false。

    Type Parameters

    • T

      要检查的类型