Skip to content

Commit

Permalink
feat: re-export ast-kit
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 13, 2024
1 parent 46afd00 commit 05fa596
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ export const AST: UnpluginInstance<Options, false> = createUnplugin(
export * from './core/options'
export * from './core/transform'
export * from './core/types'

export * from 'ast-kit'

0 comments on commit 05fa596

Please sign in to comment.