@karmaniverous/smoz
    Preparing search index...
    • Detect a shaped Lambda Proxy response.

      A response is "shaped" when it has a numeric statusCode property — the definitive marker of an API-Gateway-style response envelope. Missing headers or body are defaulted by shapeResponse rather than treated as "unshaped", because { statusCode, headers } (no body) is a valid Lambda Proxy return value.

      Parameters

      • v: unknown

      Returns v is { body?: unknown; headers?: Record<string, string>; statusCode: number }