diff options
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/consts.ts b/src/consts.ts new file mode 100644 index 0000000..0e31b83 --- /dev/null +++ b/src/consts.ts @@ -0,0 +1,4 @@ +import { version } from "../package.json"; + +export const VERSION = version; +export const USER_AGENT = `teawieAPI/${version}`; |
