ixfx
    Preparing search index...

    Type Alias ResolveToValueSync<V>

    ResolveToValueSync:
        | BasicType
        | ReactiveNonInitial<V>
        | Generator<V>
        | IterableIterator<V>
        | ((args: any) => V)

    Something that can resolve to a value

    Type Parameters

    • V