@binarymuse/ts-stdlib
    Preparing search index...

    Type Alias Option<T>

    Option: (Some<T> | None<T>) & OptionMethods<T>

    A value that represents the existance (or lack thereof) of another value.

    Type Parameters

    • T

      The type of the wrapped value