generator-begcode
Version:
Spring Boot + Angular/React/Vue in one handy generator
6 lines (5 loc) • 481 B
TypeScript
import type { GetWebappTranslationCallback } from '../../../lib/types/base/translation.js';
export declare const createTranslationReplacer: (getWebappTranslation: GetWebappTranslationCallback) => (body: string, filePath: string) => string;
export declare const isTranslatedReactFile: (file: any) => boolean;
declare const translateReactFilesTransform: (getWebappTranslation: GetWebappTranslationCallback) => import("stream").Transform;
export default translateReactFilesTransform;