All files / lib index.ts

100% Statements 13/13
100% Branches 0/0
20% Functions 1/5
100% Lines 8/8

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 82x 1x 1x 1x 1x 1x 1x 1x
export { container, DependencyInjectionContainer, Service, Repository, Token, Controller as ControllerDecorator } from './di/di';
export * from './http/JsonResponse';
export * from './database';
export * from './router/router';
export * from './router/routes';
export * from './router/types';
export * from './router/params';
export * from './security/security';