Added in v0.0.2
validate odd value
Signature
export declare const validateOdd: <E>(b: E) => <A>(a: A) => Either<E, unknown extends A ? any : A>