Skip to main

spyPushBefore

spyPushBefore

Signature - source.ts#L2401

var spyPushBefore: <T>(
    onPush: (value: T, index: number) => void,
) => Operator<T, T>