mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2025-09-30 04:18:51 +03:00
reafctor(): remove unused code & add exports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { SetMetadata } from '@nestjs/common';
|
||||
import { UpdateMethodArgs, UpdateMethods } from '../telegraf.types';
|
||||
import { UPDATE_LISTENER_METADATA } from '../telegraf.constants';
|
||||
import { ListenerMetadata } from '../interfaces/listener-metadata.interface';
|
||||
import { ListenerMetadata } from '../interfaces';
|
||||
|
||||
export function createUpdateDecorator<Method extends UpdateMethods>(
|
||||
method: Method,
|
||||
|
1
lib/helpers/index.ts
Normal file
1
lib/helpers/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export * from './create-update-decorator.helper';
|
Reference in New Issue
Block a user