UNPKG

@2toad/profanity

Version:

A JavaScript profanity filter

11 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProfanityOptions = void 0; class ProfanityOptions { constructor() { this.wholeWord = true; this.grawlix = '@#$%&!'; } } exports.ProfanityOptions = ProfanityOptions; //# sourceMappingURL=profanity-options.js.map