Skip to content

Commit f570b49

Browse files
authored
fix(types): mark options as optional (#134)
1 parent 9a41f6d commit f570b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ interface Options {
9191
) => void;
9292
}
9393

94-
export default function svelte(options: Options): Plugin;
94+
export default function svelte(options?: Options): Plugin;

0 commit comments

Comments
 (0)