@biesbjerg/ngx-translate-extract
Version:
Extract strings from projects using ngx-translate
17 lines (16 loc) • 397 B
TypeScript
export declare const cli: {
[x: string]: unknown;
patterns: string[];
input: string[];
output: string[];
format: string;
"format-indentation": string;
replace: boolean;
sort: boolean;
clean: boolean;
"key-as-default-value": boolean;
"null-as-default-value": boolean;
"string-as-default-value": string;
_: (string | number)[];
$0: string;
};