All files / microservices index.ts

100% Statements 7/7
100% Branches 0/0
100% Functions 0/0
100% Lines 7/7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16            1x   1x 1x 1x 1x   1x 1x  
/*
 * Nest @microservices
 * Copyright(c) 2017 - 2018 Kamil Mysliwiec
 * https://nestjs.com
 * MIT Licensed
 */
import 'reflect-metadata';
 
export * from './client';
export * from './decorators';
export * from './enums';
export * from './exceptions';
export * from './interfaces';
export * from './nest-microservice';
export * from './server';