UNPKG

alsatian

Version:

TypeScript and JavaScript testing framework for beautiful and readable tests

4 lines (3 loc) 191 B
import { FunctionSpy } from "./function-spy"; export declare type TypedFunction = (...args: Array<any>) => any; export declare type ISpiedFunction<T extends TypedFunction> = T & FunctionSpy;