Home > rc-js-util > TPredicate
Signature:
export declare type TPredicate<TPred extends boolean, TTrue, TFalse> = TPred extends true ? TTrue : TFalse;