Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/uwuifier/index.ts>default#uwuifySentence

This repository contains the Uwuifier package! It's written in Deno with TypeScript and compiled into JavaScript for NPM, makes use of Jest for testing the code and is deployed on NPM and https://deno.land.
Latest
method default.prototype.uwuifySentence
import { default } from "https://deno.land/x/uwuifier@v4.2.2/index.ts";

Transforms a sentence by applying all uwuify transformations: words, spaces, and exclamations.

Parameters

sentence: string
  • The sentence to be fully uwuified.

Returns

string

The fully uwuified sentence.