From 6a2d9e752fab27b59da4f194b0ef6daf7e8b6d81 Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 12 Oct 2024 14:28:54 -0400 Subject: port to deno --- lib/consts.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 lib/consts.ts (limited to 'lib/consts.ts') diff --git a/lib/consts.ts b/lib/consts.ts new file mode 100644 index 0000000..b14ee1d --- /dev/null +++ b/lib/consts.ts @@ -0,0 +1,2 @@ +export const VERSION = "0.2.0"; +export const USER_AGENT = `teawieAPI/${VERSION}`; -- cgit v1.2.3