@tsed/common
Version:
A TypeScript Framework on top of Express
13 lines (12 loc) • 537 B
TypeScript
import "@tsed/logger";
import "@tsed/logger-file";
export * from "@tsed/di";
export { $log, Logger } from "@tsed/logger";
export * from "@tsed/platform-exceptions";
export * from "@tsed/platform-http";
export * from "@tsed/platform-http/testing";
export * from "@tsed/platform-middlewares";
export * from "@tsed/platform-params";
export * from "@tsed/platform-response-filter";
export * from "@tsed/platform-router";
export { AcceptMime, All, Delete, Get, Head, Location, Options, Patch, Post, Put, Redirect, View } from "@tsed/schema";