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.

15 lines (14 loc) 314 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "esModuleInterop": true, "moduleResolution": "bundler", "forceConsistentCasingInFileNames": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noEmit": true, "skipLibCheck": true } }