class TextCleaner implements StandardizeConfigimport { TextCleaner } from "https://deno.land/x/netsaur@0.4.2/packages/utilities/src/mod.ts"; Simple text cleaner ConstructorsnewTextCleaner(unnamed 0?: StandardizeConfig)PropertieskeepOnlyAlphaNumeric: booleanlowercase: booleannormalizeWhiteSpaces: booleanremoveMentions: booleanremoveStopWords: false | "english" | string[]stripHtml: booleanstripNewlines: booleanMethodsclean(text: string): stringclean(text: string[]): string[]