UNPKG

@lingui/cli

Version:

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

4 lines (3 loc) 186 B
import { WorkerPool } from "./typedPool.js"; import type { ExtractWorkerFunction } from "../workers/extractWorker.js"; export type ExtractWorkerPool = WorkerPool<ExtractWorkerFunction>;