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.

12 lines (11 loc) 648 B
import 'reflect-metadata'; export { config } from './config/'; export { Controller } from './controller/'; export { zen, ZenApp } from './core/'; export { createConnection, createRedisClient } from './database/'; export * from './decorators/'; export { fs } from './filesystem/'; export { Request, Response, ResponseError, ResponseHeader, Server, validate } from './http/'; export { log } from './log/'; export { SecurityProviderOptions, SecurityProvider } from './security/'; export { Context, Email, TemplateFilter, QueryString, MailOptions, InjectedConnection, InjectedEntityManager, InjectedRepository, RedisClient, Session, } from './types/';