MCPcopy
hub / github.com/tw-in-js/twind / Env

Interface Env

sites/mdn.twind.run/src/index.ts:10–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 * Learn more at https://developers.cloudflare.com/workers/
9 */
10export interface Env {
11 // Example binding to KV. Learn more at https://developers.cloudflare.com/workers/runtime-apis/kv/
12 // MY_KV_NAMESPACE: KVNamespace;
13 //
14 // Example binding to Durable Object. Learn more at https://developers.cloudflare.com/workers/runtime-apis/durable-objects/
15 // MY_DURABLE_OBJECT: DurableObjectNamespace;
16 //
17 // Example binding to R2. Learn more at https://developers.cloudflare.com/workers/runtime-apis/r2/
18 // MY_BUCKET: R2Bucket;
19}
20
21// clear previous cache
22;(async (cache) => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected