UNPKG

fast-iterable

Version:

Provides LINQ-like fluent api operations for iterables and async iterables (ES2018+).

2 lines (1 loc) 111 B
export declare type Truthy<T> = Exclude<Exclude<Exclude<Exclude<Exclude<T, false>, 0>, ''>, null>, undefined>;