SpiedFunction

TSpiedFunction
Bun

Symbol

jest.SpiedFunction

type SpiedFunction<T extends (...args: any[]) => any> = JestMock.SpiedFunction<T>

Constructs the type of a spied function.