nestjs-telegraf/lib/decorators/index.ts
2020-03-19 16:39:47 +03:00

6 lines
217 B
TypeScript

export * from './telegraf-use.decorator';
export * from './telegraf-on.decorator';
export * from './telegraf-hears.decorator';
export * from './telegraf-command.decorator';
export * from './telegraf-start.decorator';