Skip to content

Commit

Permalink
feat: export
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 22, 2022
1 parent 59fc690 commit 63f00e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Expand Up @@ -22,3 +22,7 @@ export default createUnplugin<Options>((options = {}) => {
},
}
})

export * from './core/options'
export * from './core/parse'
export * from './core/transform'

0 comments on commit 63f00e7

Please sign in to comment.