Skip to content

Commit deace11

Browse files
committed
types: export UnwasmPluginOptions
1 parent 705e178 commit deace11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/plugin/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ import {
1313
} from "./shared";
1414
import { getPluginUtils, getWasmBinding } from "./runtime";
1515

16+
export type { UnwasmPluginOptions } from "./shared";
17+
1618
const unplugin = createUnplugin<UnwasmPluginOptions>((opts) => {
1719
const assets: Record<string, WasmAsset> = Object.create(null);
1820

0 commit comments

Comments
 (0)