UNPKG

@devshubham/clean-speech-hindi

Version:

Small Utility node package manager for checking profanity (hindi and English).It supports functionality like detecting bad words , adding if any and also to remove them.

13 lines (12 loc) 225 B
"use strict"; var frenchBadWords = { "merde": 1, "putain": 1, "con": 1, "salope": 1, "connard": 1, "enculé": 1, "pute": 1 // Add more French bad words here }; module.exports = frenchBadWords;