UNPKG

@kpachbiu/censure-js

Version:
9 lines (8 loc) 187 B
/** * Set an array of russian abusive words * * @todo analyze the beginning of a word from a list of good words * */ declare const patterns_ru: string[]; export default patterns_ru;