Skip to content

Commit

Permalink
fix(types): add more types entry
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 22, 2021
1 parent df21484 commit e6343b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import './shims'
export * from './dist/types'
3 changes: 3 additions & 0 deletions unplugin.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import './shims'
export * from './dist/unplugin'
export { default } from './dist/unplugin'

0 comments on commit e6343b3

Please sign in to comment.