UNPKG

eve

Version:

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

4 lines (3 loc) 228 B
import type { Approval } from "#approval/definition.js"; /** Validates the function shorthand or explicit request/response approval shape. */ export declare function normalizeApproval(value: unknown, message: string): Approval;