sensitive-words-js
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

sensitive-words-js

ESM package containing dict and mint-filter.

Usage

Default zh-CN filter

import { filter } from 'sensitive-words-js';

const { words, text } = filter.filter('一次性交纳百元');
// words === ['性交']
// text === '一次**纳百元'

See ZhelinCheng/mint-filter for more usages.

Get the dict

import { zhCN } from 'sensitive-words-js';

// zhCN === ['性交', ...]

Contributing

You can add more words into src/dict folder, not limited to zh-CN words.

pnpm i
pnpm run generate-barrels

Package Sidebar

Install

npm i sensitive-words-js

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

3.12 MB

Total Files

11

Last publish

Collaborators

  • linonetwo012