UNPKG

dts-jest

Version:

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

6 lines (5 loc) 207 B
import * as _ts from 'typescript'; export declare const load_compiler_options: (raw_options: string | Record<string, any>, ts: typeof _ts) => { options: _ts.CompilerOptions; file_names: string[]; };