UNPKG

cfw-bindings-wrangler-bridge

Version:

This bridge makes it possible to interact with **remote** Cloudflare Workers bindings(like KV, D1, etc...) **from anywhere** you want.

5 lines (4 loc) 95 B
export type Dispatch = ( operation: string, parameters: unknown[], ) => Promise<Response>;