Skip to content

Commit

Permalink
feat(jest-transform): expose TransformerFactory type
Browse files Browse the repository at this point in the history
  • Loading branch information
anh.pham committed Aug 28, 2022
1 parent dde24c8 commit 7f23098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-transform/src/index.ts
Expand Up @@ -22,5 +22,6 @@ export type {
TransformOptions,
TransformResult,
TransformedSource,
TransformerFactory,
} from './types';
export {default as handlePotentialSyntaxError} from './enhanceUnexpectedTokenMessage';

0 comments on commit 7f23098

Please sign in to comment.