UNPKG

@kpachbiu/censure-js

Version:
9 lines (8 loc) 167 B
/** * Set an array of english abusive words * * @todo check the list and add more bad words * */ declare const patterns_en: string[]; export default patterns_en;