We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d2bfe commit 48aaed4Copy full SHA for 48aaed4
src/mod.ts
@@ -1,6 +1,4 @@
1
-import * as easy from "./easy.ts";
2
-import * as medium from "./medium.ts";
3
-import * as hard from "./hard.ts";
4
-import * as utils from "./utils.ts";
5
-
6
-export { easy, hard, medium, utils };
+export * as easy from "./easy.ts";
+export * as medium from "./medium.ts";
+export * as hard from "./hard.ts";
+export * as utils from "./utils.ts";
0 commit comments