UNPKG

uwufy

Version:

An NPM/ Deno package which allows you to uwufy a given string.

3 lines (2 loc) 66 B
declare const uwufy: (input: string) => string; export = uwufy;