@tsclean/core
Version:
Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.
16 lines • 540 B
TypeScript
export * from './adapters';
export * from './context';
export * from './decorators';
export * from './enums';
export * from './errors';
export * from './exceptions';
export * from './factories';
export * from './handler';
export * from './hooks';
export { WsException as UtilsWsException } from './utils';
export * from './gateway-metadata-explorer';
export * from './socket-module';
export * from './socket-server-provider';
export * from './sockets-container';
export * from './web-sockets-controller';
//# sourceMappingURL=index.d.ts.map