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

    Type Alias IsAny<T>

    IsAny: 0 extends 1 & NoInfer<T> ? true : false

    If the type T accepts type "any", output type true, otherwise output type false.

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

    Type Parameters

    • T

      要检查的类型