Skip to content

Commit 4834fe6

Browse files
committed
fix(plugins/toml): default export
1 parent 856fb2b commit 4834fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/toml.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ export function toml(userOptions?: Options) {
3232
});
3333
};
3434
}
35+
36+
export default toml

0 commit comments

Comments
 (0)