UNPKG

478 BTypeScriptView Raw
1export { Any } from "./any-argument";
2export { createFunctionSpy } from "./create-function-spy";
3export { FunctionSpy } from "./function-spy";
4export { ISpiedFunction } from "./spied-function.i";
5export { PropertySpy } from "./property-spy";
6export { RestorableFunctionSpy } from "./restorable-function-spy";
7export { SpyCall } from "./spy-call";
8export { SpyOn } from "./spy-on";
9export { SpyOnProperty } from "./spy-on-property";
10export { TypeMatcher } from "./type-matcher";