Skip to content
Wiki mirror edited this page Apr 7, 2024 · 48 revisions

bad-words-next - v2.3.1

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

Lookalike

Ƭ Lookalike: Record<string | number, string>

Simple key-value object for homoglyphs conversion

Defined in

index.ts:21


PlaceholderMode

Ƭ PlaceholderMode: "repeat" | "replace"

Placeholder mode to either replace with or repeat the placeholder

Defined in

index.ts:27