0
0
mirror of https://github.com/Maks1mS/nestjs-telegraf.git synced 2025-03-20 16:53:49 +03:00
nestjs-telegraf/lib/decorators/core/index.ts
2022-07-09 18:49:34 +08:00

6 lines
192 B
TypeScript

export * from './update.decorator';
export * from './scene.decorator';
export * from './wizard.decorator';
export * from './inject-bot.decorator';
export * from './inject-all-bots.decorator';