r1-io
Version:
Simple jsx based library for creation of vk bots, based on vk-io
5 lines • 437 B
TypeScript
import { MessageContext } from 'vk-io';
import { AsyncParamsMiddlewareFunc, SuncParamsMiddlewareFunc } from './IParamsMiddleware';
export declare const asyncAttachToContext: (fieldName: string, field: AsyncParamsMiddlewareFunc, context: MessageContext) => void;
export declare const syncAttachToContext: (fieldName: string, field: SuncParamsMiddlewareFunc, context: MessageContext) => void;
//# sourceMappingURL=paramsMiddleware.d.ts.map