We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Options
1 parent 90dbdc4 commit d4ee1e3Copy full SHA for d4ee1e3
src/index.ts
@@ -11,6 +11,8 @@ import {
11
} from 'unplugin'
12
import { resolveOptions, type Options, type ReplaceItem } from './core/options'
13
14
+export type { Options }
15
+
16
/**
17
* The main unplugin instance.
18
*/
0 commit comments