nestjs-telegraf/lib/index.ts

6 lines
171 B
TypeScript
Raw Normal View History

2020-01-12 01:15:32 +03:00
export * from './telegraf.module'
export * from './interfaces'
2020-01-12 02:41:27 +03:00
export * from './decorators'
export * from './telegraf.service'
export * from './telegraf-telegram.service'