aboutsummaryrefslogtreecommitdiff
path: root/dist/app.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'dist/app.d.ts')
-rw-r--r--dist/app.d.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/app.d.ts b/dist/app.d.ts
new file mode 100644
index 0000000..48eb464
--- /dev/null
+++ b/dist/app.d.ts
@@ -0,0 +1,2 @@
+declare const uwufy: (input: string) => string;
+export = uwufy;