@vendure/ngx-translate-extract
Version:
Extract strings from projects using ngx-translate
5 lines (4 loc) • 297 B
TypeScript
export declare function normalizeHomeDir(path: string): string;
export declare function normalizeFilePath(filePath: string): string;
export declare function expandPattern(pattern: string): string[];
export declare function normalizePaths(patterns: string[], defaultPatterns?: string[]): string[];