Option overview

Added in v2.0.0


Table of contents


Combinators

Option

A schema that represents the Option type from fp-ts.

Signature

export declare const Option: <I, O>(inner: Schema<I, O>) => Schema<Option_<I>, Option_<O>>

Added in v2.0.0