0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-04-16 04:53:43 +03:00

fix(client): add miss export

This commit is contained in:
Igor Kamyshev 2019-05-11 20:59:53 +03:00
parent 6605578f36
commit a5a9c07f8b

View File

@ -1,5 +1,6 @@
export { TelegramModule } from './telegram.module'
export { TelegramBot } from './TelegramBot'
export { TelegramClient } from './TelegramClient'
export { TelegramModuleOptionsFactory } from './TelegramModuleOptionsFactory'
export { TelegramModuleOptions } from './TelegramModuleOptions'