UNPKG

dts-jest

Version:

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

3 lines (2 loc) 201 B
import { NormalizedConfig, Snapshot, Trigger } from '../definitions'; export declare const create_snapshots: (filename: string, triggers: Trigger[], normalized_config: NormalizedConfig) => Snapshot[];