Added in v2.0.0
A schema that represents the Option type from fp-ts.
Option
Signature
export declare const Option: <I, O>(inner: Schema<I, O>) => Schema<Option_<I>, Option_<O>>