| 1 | import { I18nConfig, resolveOverriddenLocale } from "@lingo.dev/_spec"; |
| 2 | import { Command } from "interactive-commander"; |
| 3 | import _ from "lodash"; |
| 4 | import { getConfig } from "../utils/config"; |
nothing calls this directly
no test coverage detected