• Type Parameters

    • T

    Parameters

    • getOptions: (() => readonly (readonly [string, string] | readonly [string, string, undefined | string])[])
        • (): readonly (readonly [string, string] | readonly [string, string, undefined | string])[]
        • Returns readonly (readonly [string, string] | readonly [string, string, undefined | string])[]

    • resolveRef: ((ref: string) => T)
        • (ref: string): T
        • Parameters

          • ref: string

          Returns T

    • Optional info: Info & { defaultRef?: string }

    Returns <internal>.ValueRef<T>

Generated using TypeDoc