UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

7 lines (6 loc) 258 B
import type { TsJestTransformerOptions } from '../types'; import { TsJestTransformer } from './ts-jest-transformer'; declare const _default: { createTransformer: (tsJestConfig?: TsJestTransformerOptions) => TsJestTransformer; }; export default _default;