From f46ebbaa203e7103bd77176337aaf62347017e5b Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Thu, 7 Dec 2023 18:08:14 -0500 Subject: [PATCH] import js console and async --- src/library.nim | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/library.nim diff --git a/src/library.nim b/src/library.nim new file mode 100644 index 0000000..1f6b1ad --- /dev/null +++ b/src/library.nim @@ -0,0 +1 @@ +import std/[jsconsole, asyncjs]