type-plus
    Preparing search index...

    Type Alias $<T, V>

    type $<T extends string, V = unknown> = {
        _$type: T;
        _$value: V;
    }

    Type Parameters

    • T extends string
    • V = unknown
    Index

    Properties

    Properties

    _$type: T
    _$value: V