NonFalsy
Signature
export type NonFalsy<T> = T extends false | 0 | '' | null | undefined | 0n ? never : T;Members
This export does not declare public properties or methods in the generated declaration file.
export type NonFalsy<T> = T extends false | 0 | '' | null | undefined | 0n ? never : T;This export does not declare public properties or methods in the generated declaration file.