Skip to content

Commit

Permalink
fix: remove useless export
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 8, 2023
1 parent 86763d3 commit 863399a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ export default createUnplugin<Options>((options = {}) => {
})

export * from './core/options'
export * from './core/ast'
export * from './core/transform'
export * from './core/types'

0 comments on commit 863399a

Please sign in to comment.