UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 221 B
export declare function encodeSlackApiBody(body: unknown): { readonly body: string; readonly contentType: string; }; export declare function decodeSlackApiBody(body: unknown, contentType: string | null): unknown;