Skip to main content Link Search Menu Expand Document (external link)

Option overview

Added in v1.0.0


Table of contents


utils

none

An optic that accesses the None case of an Option.

Signature

export declare const none: <A>() => Prism<Option.Option<A>, void>

Added in v1.0.0