Skip to content

Commit

Permalink
feat: add export
Browse files Browse the repository at this point in the history
  • Loading branch information
Hajime-san committed Feb 26, 2024
1 parent 7b59843 commit 90b9d6f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,6 @@ ${result}

if(import.meta.main) {
await main();
}
}

export { main };

0 comments on commit 90b9d6f

Please sign in to comment.