UNPKG

dts-jest

Version:

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

12 lines (11 loc) 301 B
export interface RemapCliOptions { check?: boolean; listDifferent?: boolean; outDir?: string; rename?: string; typescript?: string; } export interface RemapCliArguments extends RemapCliOptions { _: string[]; } export declare const remap_cli: (args: RemapCliArguments) => void;