Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dectyl/lib/deploy_worker.ts

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
import * as dectyl from "https://deno.land/x/dectyl@0.3.0/lib/deploy_worker.ts";

Functions

Create a web worker which runs the provided module and its dependencies in a Deploy-like environment, and returns an API to interact with the loaded program.