ts-type-forge
    Preparing search index...

    Type Alias ExcludeFalsyValue<A>

    ExcludeFalsyValue: RelaxedExclude<A, FalsyValue>

    Excludes falsy values (false, 0, '', null, undefined) from type A. Note: Does not exclude NaN as it's not representable as a literal type.

    Type Parameters

    • A

      The type to filter.