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