UNPKG

zents

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.

4 lines (3 loc) 155 B
import { ZenApp } from './ZenApp'; import type { ZenConfig } from '../types/interfaces'; export declare function zen(config?: ZenConfig): Promise<ZenApp>;