UNPKG

@lingui/cli

Version:

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

7 lines (6 loc) 161 B
export type WorkersOptions = { poolSize: number; }; export declare function resolveWorkersOptions(opts: { workers?: number | string; }): WorkersOptions;