Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/keywork/router/mod.ts>EnvironmentBindingKinds

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
type alias EnvironmentBindingKinds
import { type EnvironmentBindingKinds } from "https://deno.land/x/keywork@v6.2.1/router/mod.ts";

Either:

  • WorkerEnvFetchBinding A fetch binding, usually an asset KV or external Worker.
  • KVNamespace A KV binding.
  • DurableObjectNamespace A Durable Object.
definition: WorkerEnvFetchBinding | KVNamespace | DurableObjectNamespace