UNPKG

gettext-extractor

Version:

Gettext extractor for JavaScript, TypeScript, JSX and HTML

18 lines (17 loc) 497 B
import { IGettextExtractorStats } from '../extractor'; export declare abstract class OutputUtils { static green(value: string): string; static grey(value: string): string; } export declare class StatsOutput { private stats; private static readonly INDENTATION; private maxNumberLength; private maxTextLength; private get details(); private get title(); constructor(stats: IGettextExtractorStats); print(): void; private padNumber; private indent; }