diff options
Diffstat (limited to 'dist/app.d.ts')
| -rw-r--r-- | dist/app.d.ts | 2 |
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; |