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

8 lines
305 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';
export * from './telegraf-help.decorator';
export * from './telegraf-entity.decorator';