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

    Type Alias Some<T>

    Represents an Option<T> type with a value.

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

    Type Parameters

    • T
    Index

    Properties

    Properties

    value: T