UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

9 lines 288 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var PromptMode; (function (PromptMode) { PromptMode["CSV"] = "csv"; PromptMode["JSON"] = "json"; })(PromptMode || (PromptMode = {})); exports.default = PromptMode; //# sourceMappingURL=prompt_mode.js.map