diff --git a/src/index.ts b/src/index.ts index 295819a..3f6ac2a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,7 +1,7 @@ -export * from './module'; -export * from './CalendarPipe'; -export * from './DateFormatPipe'; -export * from './DurationPipe'; -export * from './FromUnixPipe'; -export * from './TimeAgoPipe'; -export * from './DifferencePipe'; +export { MomentModule } from './module'; +export { CalendarPipe } from './CalendarPipe'; +export { DateFormatPipe } from './DateFormatPipe'; +export { DurationPipe } from './DurationPipe'; +export { FromUnixPipe } from './FromUnixPipe'; +export { TimeAgoPipe } from './TimeAgoPipe'; +export { DifferencePipe } from './DifferencePipe';