Skip to main content
Module

x/uwuifier/index.ts>default

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

Constructors

new
default(unnamed 0?)

Properties

private
_exclamationsModifier: number
private
_spacesModifier: SpacesModifier
private
_wordsModifier: number
actions: string[]
exclamations: string[]
faces: string[]
uwuMap:
| RegExp | string[]
| RegExp | string[]
| RegExp | string[]
| RegExp | string[]
| RegExp | string[]
| RegExp | string[]
[]

Methods

uwuifyExclamations(sentence: string): string
uwuifySentence(sentence: string): string
uwuifySpaces(sentence: string): string
uwuifyWords(sentence: string): string