sensitive-words-electric

1.1.0 • Public • Published

Example

$ npm install sensitive-words --save
import { sensitiveWords } from "sensitiveWords";
 
const filtered = sensitiveWords(
  "the new apple macbook pro will have a touchbar", ["pro", "touchbar"]
)
 
console.log(filtered);
// the new apple macbook *** will have a ***

Package Sidebar

Install

npm i sensitive-words-electric

Weekly Downloads

0

Version

1.1.0

License

ISC

Last publish

Collaborators

  • zenweasel