UNPKG

@unkey/api

Version:

Developer-friendly & type-safe Typescript SDK specifically catered to leverage *@unkey/api* API.

5 lines 245 B
import type { SDKInitHook, SDKInitOptions } from "../types.js"; export declare class FetcherOverrideForVercelEdgeHook implements SDKInitHook { sdkInit(opts: SDKInitOptions): SDKInitOptions; } //# sourceMappingURL=vercel-edge-fetcher.d.ts.map