Skip to content

Commit

Permalink
feat(utils): expose ast-utils' helpers (typescript-eslint#4503)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored and JoshuaKGoldberg committed Feb 27, 2022
1 parent 64cc3e9 commit 8743613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/utils/src/ast-utils/index.ts
@@ -1,3 +1,4 @@
export * from './eslint-utils';
export * from './helpers';
export * from './misc';
export * from './predicates';
export * from './eslint-utils';

0 comments on commit 8743613

Please sign in to comment.