1.1.1 • Published 3 years ago

is-text-sensitive v1.1.1

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

Detect if Text is Sensitive (containing words that are explicit, adult, offensive or mature in certain situations) and returns a boolean value (true or false).

Installation

npm install is-text-sensitive --save

Usage

import { isTextSensitive } from 'is-text-sensitive';

// returns true or false
isTextSensitive('Sorry to include this here; what the fuck!'); // true ✅
isTextSensitive('Text containing sensitive/explicit content.'); // false ❌