Link Search Menu Expand Document

lte overview

Added in v0.0.6


Table of contents


Either

lte

either lower than or equal

Signature

export declare const lte: Signature<unknown>

Added in v0.0.6

Is

isLte

lower than or equal

Signature

export declare const isLte: Signature<boolean>

Added in v0.0.6

Validators

validateLte

lower than or equal validation

Signature

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

Added in v0.0.6