@gati-framework/cli
Version:
CLI tool for Gati framework - create, develop, build and deploy cloud-native applications
10 lines • 375 B
TypeScript
/**
* @module cli/analyzer/single-file-analyzer
* @description Analyze single file for handler/module info
*/
import type { HandlerInfo, ModuleInfo } from './handler-analyzer.js';
/**
* Analyze single file
*/
export declare function analyzeSingleFile(filePath: string, srcRoot: string): HandlerInfo | ModuleInfo | null;
//# sourceMappingURL=single-file-analyzer.d.ts.map