1.1.0 • Published 6 years ago

llm-sensitive-words v1.1.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

llm-sensitive-words

This is a very nice Wednesday July 25, 2018

Example

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

const fitered = sensitiveWords(
    'The new apple macbook pro will have a touchbar',
    ['pro','touchbar']
)

console.log(fitered)
// The new apple macbook ***** will have a *****

Test suite failed to run SecurityError: localStorage is not available for opaque origins