Umi — API References - v1.3.0
    Preparing search index...

    Type Alias Some<T>

    Represents an option of type T that has a value.

    Option

    type Some<T> = {
        __option: "Some";
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    __option: "Some"
    value: T