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