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.

10 lines (9 loc) 246 B
export * from './routing'; export * from './inject'; export * from './database'; export * from './controller'; export * from './redis'; export * from './security'; export * from './context'; export * from './email'; export * from './validation';