From 8e1e073097a8faa90cffe0abae4a9e4ae8a187a0 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Sun, 4 Apr 2021 22:22:07 +0545 Subject: [PATCH] base --- src/index.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/index.ts diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..4cde362 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,5 @@ +import { version } from "../package.json" + +export { + version +} \ No newline at end of file