summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/long/umd/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend-old/node_modules/long/umd/index.d.ts')
-rw-r--r--frontend-old/node_modules/long/umd/index.d.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend-old/node_modules/long/umd/index.d.ts b/frontend-old/node_modules/long/umd/index.d.ts
new file mode 100644
index 0000000..5036689
--- /dev/null
+++ b/frontend-old/node_modules/long/umd/index.d.ts
@@ -0,0 +1,3 @@
+import { Long } from "./types.js";
+export = Long;
+export as namespace Long;