makeEnv
function makeEnv(bindings?: Record<string, unknown>): EnvWraps a plain bindings object as Cloudflare.Env for passing to
composeDurableInstance or a terminal’s fetch(req, env, ctx) signature.
bindings? Record<string, unknown> · Key/value bindings to expose as the environment.
returns Env
Learn: Test DOs in-process