Skip to main

withTime

withTime

Signature - source.ts#L3893

function withTime<T>(provideTime: TimeProvider): Operator<T, WithTime<T>>

WithTime

Signature - source.ts#L3885

interface WithTime<T> {
    time: number
    value: T
}