Skip to content

Commit

Permalink
fix: bun support (#39, oven-sh/bun#7146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Menci committed Dec 10, 2023
1 parent bbb9c0c commit e5591eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exports/import.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { default as m } from "../dist/index.js";
export default m.default;
export default typeof m === "function" ? m : m.default;

0 comments on commit e5591eb

Please sign in to comment.