Type alias Option<T>

Option<T>: vonage.utils.OptionJS<T>

Represents an Either monad for optional properties.

It can be also set via the helper functions some and none.

Type Parameters

  • T