@sideid/id-profanity-filter 1.10.6 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,4 @@
1
+ import { ProfanityWord } from "../../types";
2
+ export declare const blasphemy: ProfanityWord[];
3
+ export declare const blasphemyWords: string[];
4
+ export default blasphemy;
@@ -0,0 +1,4 @@
1
+ import { ProfanityWord } from "../../types";
2
+ export declare const disgusting: ProfanityWord[];
3
+ export declare const disgustingWords: string[];
4
+ export default disgusting;
@@ -0,0 +1,4 @@
1
+ import { ProfanityWord } from "../../types";
2
+ export declare const drugs: ProfanityWord[];
3
+ export declare const drugsWords: string[];
4
+ export default drugs;
@@ -0,0 +1,4 @@
1
+ import { ProfanityWord } from "../../types";
2
+ export declare const profanity: ProfanityWord[];
3
+ export declare const profanityWords: string[];
4
+ export default profanity;
@@ -0,0 +1,4 @@
1
+ import { ProfanityWord } from "../../types";
2
+ export declare const slur: ProfanityWord[];
3
+ export declare const slurWords: string[];
4
+ export default slur;
@@ -1,4 +1,4 @@
1
- import { ProfanityWord } from '../types';
1
+ import { ProfanityWord } from "../types";
2
2
  export declare const wordCategories: {
3
3
  sexual: string[];
4
4
  insult: string[];
@@ -1,4 +1,4 @@
1
- import { FilterOptions, AnalysisResult, ProfanityCategory, Region } from '../types';
1
+ import { FilterOptions, AnalysisResult, ProfanityCategory, Region } from "../types";
2
2
  /**
3
3
  * Menganalisis teks untuk kata kotor
4
4
  *
@@ -1,4 +1,4 @@
1
- import { FilterOptions, FilterResult } from '../types';
1
+ import { FilterOptions, FilterResult } from "../types";
2
2
  /**
3
3
  * Menyensor kata kotor dalam teks
4
4
  *
@@ -1,4 +1,4 @@
1
- import { ProfanityWord, ProfanityCategory, Region, FilterOptions } from '../types';
1
+ import { ProfanityWord, ProfanityCategory, Region, FilterOptions } from "../types";
2
2
  export declare function findProfanity(text: string, options?: FilterOptions): string[];
3
3
  /**
4
4
  * Mencari kata kotor lengkap dengan metadata