UNPKG

i18n-ai-translate

Version:

Use LLMs to translate your i18n JSON to any language.

7 lines (6 loc) 224 B
import { Command } from "commander"; /** * Builds the diff command for comparing i18n files or directories. * @returns the diff command with its options and action. */ export default function buildDiffCommand(): Command;