@kctolli/profanitychecker

1.0.1 • Public • Published

Profanity Checker

Package used to check if a string has profanity.

Usage

import ProfanityChecker from "@kctolli/profanitychecker";

const profanityChecker = new ProfanityChecker("word");
console.log(profanityChecker.isClean()); // true
console.log(profanityChecker.isProfane()); // false

Licensed by GPL-3.0

/@kctolli/profanitychecker/

    Package Sidebar

    Install

    npm i @kctolli/profanitychecker

    Weekly Downloads

    0

    Version

    1.0.1

    License

    GPL-3.0

    Unpacked Size

    220 kB

    Total Files

    5

    Last publish

    Collaborators

    • kctolli