@dbidwell94/ts-utils
    Preparing search index...

    Type Alias Option<T>

    Represents an Option<T> type that can contain a value of type T.

    Type Parameters

    • T

      The type of the value that the Option<T> can contain.

    • Some
    • None