@biesbjerg/ngx-translate-extract
Version:
Extract strings from projects using ngx-translate
9 lines (8 loc) • 318 B
TypeScript
declare module 'braces' {
interface Options {
keepEscaping?: boolean;
}
}
export declare function normalizeHomeDir(path: string): string;
export declare function expandPattern(pattern: string): string[];
export declare function normalizePaths(patterns: string[], defaultPatterns?: string[]): string[];