Skip to content

Commit

Permalink
fix(plugins/yaml): default export
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Aug 7, 2024
1 parent 1149cb7 commit 9f6d796
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ export function yaml(userOptions?: Options) {
});
};
}

export default yaml;

0 comments on commit 9f6d796

Please sign in to comment.