Documentation
    Preparing search index...

    Type Alias ParsedValue<T>Internal

    type ParsedValue<T> = {
        src: string;
        value: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    src: string
    value: T