type FnStub<F>
The allowed values to supply to a stub spy function implementation. Either a simple stub item or a sequence of stub items.
Definition
type FnStub<F extends Func> = Spy.FnStubItem<F> | Spy.FnStubItem<F>[];
type FnStub<F>The allowed values to supply to a stub spy function implementation. Either a simple stub item or a sequence of stub items.
type FnStub<F extends Func> = Spy.FnStubItem<F> | Spy.FnStubItem<F>[];