UNPKG

@lingui/cli

Version:

Lingui CLI to extract messages, compile catalogs, and manage translation workflows

9 lines (8 loc) 222 B
import { extractWorker } from "./extractWorker.js"; declare const _default: (args: Parameters<typeof extractWorker>) => Promise<{ success: false; } | { success: true; stat: string; }>; export default _default;