UNPKG

bottender

Version:

A framework for building conversational user interfaces.

9 lines 379 B
/// <reference types="node" /> import { IncomingMessage } from 'http'; import { ChannelBot, RequestContext } from '..'; declare function getChannelBotAndRequestContext(req: IncomingMessage): { requestContext: RequestContext; channelBot: ChannelBot; } | undefined; export default getChannelBotAndRequestContext; //# sourceMappingURL=getChannelBotAndRequestContext.d.ts.map