nestjs-telegraf/lib/decorators/core/index.ts

4 lines
101 B
TypeScript
Raw Normal View History

export * from './on.decorator';
export * from './update.decorator';
export * from './use.decorator';