UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

16 lines (15 loc) 683 B
import { UtilsService } from '../utils/utils.service'; import { Extracti18nService } from './extract-i18n.service'; export declare class Extracti18nCommands { private readonly extracti18nService; private readonly utilsService; private readonly config; constructor(extracti18nService: Extracti18nService, utilsService: UtilsService); extracti18n({ locales, resetUnusedTranslates, clientProjectNameParts, e2eProjectNameParts, serverProjectNameParts, }: { locales: string; resetUnusedTranslates?: string; clientProjectNameParts?: string; e2eProjectNameParts?: string; serverProjectNameParts?: string; }): Promise<void>; }