A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Refactor: Move utils and homoglyphs to utils directory

Skywatch 90043cd7 2b537122

Changed files
+1 -2
src
src/homoglyphs.ts src/utils/homoglyphs.ts
-1
src/types.ts
··· 68 68 comment: string; // Comment for the label 69 69 expires?: string; // Optional expiration date (ISO 8601) - check will be skipped after this date 70 70 } 71 -
+1 -1
src/utils/utils.ts src/utils/normalizeUnicode.ts
··· 1 1 import { logger } from "../logger.js"; 2 2 3 - import { homoglyphMap } from "../homoglyphs.js"; 3 + import { homoglyphMap } from "./homoglyphs.js"; 4 4 5 5 /** 6 6 * Normalizes a string by converting it to lowercase, replacing homoglyphs,