nestjs-telegraf/lib/index.ts
2020-01-12 02:41:27 +03:00

6 lines
182 B
TypeScript

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