UNPKG

js-mvc-app

Version:

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

3 lines 148 B
import { ProjectConfig } from '../../types'; export declare function getUserModel(config: ProjectConfig): string; //# sourceMappingURL=user.d.ts.map