pond-ts API Reference (core)
    Preparing search index...

    Type Alias FusedMappingValue<S>

    FusedMappingValue:
        | AggregateMap<S>
        | AggregateOutputMap<S>
        | FusedMappingElaborated<S>

    Value form for one window in a FusedMapping. Either:

    The two bare forms match the existing live.rolling(window, mapping, ...) value shapes — fused rolling accepts either uniformly.

    Type Parameters