1.0.1 • Published 7 years ago

sensitive-words-luke v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Example

$ npm install sensitive-words-luke --save
const { sensitiveWords } = require("sensitive-words");
// ES2015 modules
import { sensitiveWords } from "sensitive-words";

const filtered = sensitiveWords(
    "The new Apple MacBook Pro will have a touchbar",
    ["pro", "touchbar"]
);

console.log(filtered);
// The new Apple MacBook ***** will have a *****
1.0.1

7 years ago

1.0.0

7 years ago