4 lines
133 B
TypeScript
4 lines
133 B
TypeScript
export * from './application';
|
|
export * as middlewares from './middlewares';
|
|
export { Application as default } from './application';
|