Link Search Menu Expand Document

odd overview

Added in v0.0.2


Table of contents


Validators

validateOdd

validate odd value

Signature

export declare const validateOdd: <E>(b: E) => <A>(a: A) => Either<E, unknown extends A ? any : A>

Added in v0.0.2