about summary refs log tree commit diff
path: root/kittybox-rs/templates/javascript/src/lib.ts
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2023-07-29 21:59:56 +0300
committerVika <vika@fireburn.ru>2023-07-29 21:59:56 +0300
commit0617663b249f9ca488e5de652108b17d67fbaf45 (patch)
tree11564b6c8fa37bf9203a0a4cc1c4e9cc088cb1a5 /kittybox-rs/templates/javascript/src/lib.ts
parent26c2b79f6a6380ae3224e9309b9f3352f5717bd7 (diff)
Moved the entire Kittybox tree into the root
Diffstat (limited to 'kittybox-rs/templates/javascript/src/lib.ts')
-rw-r--r--kittybox-rs/templates/javascript/src/lib.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/kittybox-rs/templates/javascript/src/lib.ts b/kittybox-rs/templates/javascript/src/lib.ts
deleted file mode 100644
index 38ba65b..0000000
--- a/kittybox-rs/templates/javascript/src/lib.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function unreachable(msg: string): never {
-  throw new Error(msg);
-}