1000.0.0 • Published 3 years ago

profanity-utils v1000.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

#profanity?

this module provides useful functions for replacing checking if a string has profanity etc...

Installation

npm install profainty-utils

Examples

const profaneString: string = "fuk";

replaceProfanity(profaneString, "no-no");

console.log(profaneString);

/* output:
 * "no-no"
 */
1000.0.0

3 years ago

1.0.0

3 years ago