UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

4 lines (3 loc) 259 B
import type { WebhookRequestBody } from "@line/bot-sdk"; export declare function parseLineWebhookBody(rawBody: string): WebhookRequestBody | null; export declare function isLineWebhookVerificationRequest(body: WebhookRequestBody | null | undefined): boolean;