Type alias CompactT<Value>

CompactT<Value>: Exclude<Value, typeof NaN | "" | 0 | false | null | undefined>

Type Parameters

  • Value