UNPKG

ts-mockery

Version:

Yet another typescript mocking library.

6 lines (5 loc) 208 B
import { SpyAdapter } from './spy-adapters/spy-adapter'; export declare class SpyAdapterFactory { static get(framework: 'jasmine' | 'jest' | 'noop'): SpyAdapter; private static readonly frameworks; }