All files / container index.ts

100% Statements 21/21
100% Branches 0/0
100% Functions 0/0
100% Lines 13/13

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 8 9 10 11 12 13 14 15    4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x
import { Container } from './Container';
 
export * from './decorators/Service';
export * from './decorators/Plugin';
export * from './decorators/Inject';
export * from './decorators/InjectMany';
export { Container } from './Container';
export { ContainerInstance } from './ContainerInstance';
export { Handler } from './types/Handler';
export { ServiceOptions } from './types/ServiceOptions';
export { ServiceIdentifier } from './types/ServiceIdentifier';
export { ServiceMetadata } from './types/ServiceMetadata';
export { ObjectType } from './types/ObjectType';
export { Token as InjectionToken } from './Token';
export * from './types/hooks';