Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Maybe<A>

Type parameters

  • A

Index

Functions

Functions

Const fromString

  • fromString(str: string | null | undefined | void): Maybe<string>

Const of

  • of<A>(value: A | null | undefined | void): Maybe<A>

Generated using TypeDoc