Make message transformer async, expose i18n.

This commit is contained in:
Mario Zechner 2025-10-07 17:49:23 +02:00
parent f7878c3c71
commit a8159f504f
3 changed files with 5 additions and 5 deletions

View file

@ -78,4 +78,4 @@ export type { Attachment } from "./utils/attachment-utils.js";
export { loadAttachment } from "./utils/attachment-utils.js";
export { clearAuthToken, getAuthToken } from "./utils/auth-token.js";
export { formatCost, formatModelCost, formatTokenCount, formatUsage } from "./utils/format.js";
export { i18n, setLanguage } from "./utils/i18n.js";
export { i18n, setLanguage, translations } from "./utils/i18n.js";