UNPKG

eve

Version:

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

3 lines (2 loc) 161 B
/** Reads the non-secret task id embedded in a private task inbox token. */ export declare function readTaskIdFromInboxToken(token: string): string | undefined;