@jsverse/transloco-keys-manager
Version:
Extract translatable keys from projects that uses Transloco
9 lines (8 loc) • 318 B
TypeScript
export declare function readFile(file: string): string;
export declare function readFile(file: string, config: {
parse: false;
}): string;
export declare function readFile(file: string, config: {
parse: true;
}): Record<string, any>;
export declare function writeFile(fileName: string, content: object): void;