Skip to content

dext7r/badwords

Repository files navigation

@h7ml/badwords

NPM version License GitHub stars GitHub forks GitHub watchers

Install

npm

npm install @h7ml/badwords

yarn

yarn add @h7ml/badwords

pnpm

pnpm add @h7ml/badwords

usage

import

import {badwords, checkWord} from '@h7ml/badwords'

check

checkWord('天府广场', badwords) // true
checkWord('广场') // false

API

checkWord(text, words)

parameter type default require description
text string _ true To check the text
words string[] badwords false Sensitive vocabulary list

License

MIT License © 2023 h7ml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published