ixfx
    Preparing search index...

    Type Alias ResolveToValueSync<V>

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

    Something that can resolve to a value

    Type Parameters

    • V