UNPKG

ts-jest

Version:

A preprocessor with source maps support to help use TypeScript with Jest

4 lines (3 loc) 212 B
import type * as _ts from 'typescript'; import type { ConfigSet } from '../config/config-set'; export declare function factory(cs: ConfigSet): (ctx: _ts.TransformationContext) => _ts.Transformer<_ts.SourceFile>;