owospeak
Version:
p-pwease owo my uwu~ UwU
5 lines (4 loc) • 338 B
TypeScript
export declare function random(choices: number): boolean;
export declare function matchCase(original: string, edited: string): string;
export declare function replaceRegexMatchCase(regex: RegExp, input: string, replacement: string): string;
export declare function addCharToRegexMatch(regex: RegExp, input: string, char: string): string;