nestjs-telegraf/lib/index.ts
2020-01-12 10:53:45 +03:00

6 lines
171 B
TypeScript

export * from './telegraf.module'
export * from './interfaces'
export * from './decorators'
export * from './telegraf.service'
export * from './telegraf-telegram.service'