All files / utils/container index.ts

100% Statements 23/23
100% Branches 0/0
100% Functions 0/0
100% Lines 15/15

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 168x   8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x
import { Container } from './Container';
 
export * from './decorators/Service';
export * from './decorators/GapiController';
export * from './decorators/GapiEffect';
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 default Container;