Skip to content

Commit d4ee1e3

Browse files
authored
feat: expose Options (#68)
1 parent 90dbdc4 commit d4ee1e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
} from 'unplugin'
1212
import { resolveOptions, type Options, type ReplaceItem } from './core/options'
1313

14+
export type { Options }
15+
1416
/**
1517
* The main unplugin instance.
1618
*/

0 commit comments

Comments
 (0)