UNPKG

js-mvc-app

Version:

A CLI tool to scaffold complete Node.js MVC projects with TypeScript, just like Laravel

4 lines 262 B
export declare function convertToJavaScript(tsCode: string): string; export declare function getJavaScriptPackageJson(projectName: string, config: any): string; export declare function getJavaScriptAppFile(config: any): string; //# sourceMappingURL=core.d.ts.map