UNPKG

dts-jest

Version:

A preprocessor for Jest to snapshot test TypeScript declaration (.d.ts) files

4 lines (3 loc) 192 B
import { RawConfig, Trigger } from './definitions'; import { Runtime } from './runtime'; export declare const setup: (filename: string, raw_config: RawConfig, triggers: Trigger[]) => Runtime;