Files
rspade_system/node_modules/ts-jest/dist/legacy/index.d.ts
root 14dd2fd223 Fix code quality violations for publish
Progressive breadcrumb resolution with caching, fix double headers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-16 04:43:47 +00:00

7 lines
258 B
TypeScript
Executable File

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