core-utils
    Preparing search index...
    • Constructs an Option holding a Some<A>, representing an optional value that exists.

      Type Parameters

      • A

      Parameters

      • value: A

        The value to wrap in a Some

      Returns Readonly<{ isSome: true; value: A }>

      A Some containing the value