UNPKG

zents-cli

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

5 lines (4 loc) 145 B
import AbstractGenerator from '../classes/AbstractGenerator'; export default class Controller extends AbstractGenerator { writing(): void; }