@reuvenorg/react-native-boilerplate-ultimate
Version:
A powerful CLI tool for creating React Native projects with modular architecture. Generate, manage, and scaffold React Native applications with pre-built modules and best practices.
7 lines • 335 B
TypeScript
import { FileProcessor } from './base-processor.js';
import { TemplateContext } from '../utils/template-context.js';
export declare class XmlProcessor extends FileProcessor {
canProcess(filePath: string): boolean;
process(filePath: string, context: TemplateContext): Promise<void>;
}
//# sourceMappingURL=xml-processor.d.ts.map