Deployed exports, each called with every sample:
farewell("world") = goodbye worldfarewell("Ada") = goodbye Adafarewell("MIXEDcase") = goodbye MIXEDcasefarewell("Hello, World!") = goodbye Hello, World!farewell("--Ada--") = goodbye --Ada--greet("world") = hello worldgreet("Ada") = hello Adagreet("MIXEDcase") = hello MIXEDcasegreet("Hello, World!") = hello Hello, World!greet("--Ada--") = hello --Ada--initials("world") = Winitials("Ada") = Ainitials("MIXEDcase") = Minitials("Hello, World!") = HWinitials("--Ada--") = -reverse("world") = dlrowreverse("Ada") = adAreverse("MIXEDcase") = esacDEXIMreverse("Hello, World!") = !dlroW ,olleHreverse("--Ada--") = --adA--shout("world") = WORLD!shout("Ada") = ADA!shout("MIXEDcase") = MIXEDCASE!shout("Hello, World!") = HELLO, WORLD!!shout("--Ada--") = --ADA--!slugify("world") = worldslugify("Ada") = adaslugify("MIXEDcase") = mixedcaseslugify("Hello, World!") = hello-worldslugify("--Ada--") = adatitlecase("world") = Worldtitlecase("Ada") = Adatitlecase("MIXEDcase") = Mixedcasetitlecase("Hello, World!") = Hello, world!titlecase("--Ada--") = --ada--whisper("world") = ...world...whisper("Ada") = ...ada...whisper("MIXEDcase") = ...mixedcase...whisper("Hello, World!") = ...hello, world!...whisper("--Ada--") = ...--ada--...Machine-readable: api.json