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

x/dectyl/mod.ts>DeployWorker#check

Prototype library for testing Deno Deploy scripts using the Deno CLI
Go to Latest
method DeployWorker.prototype.check
import { DeployWorker } from "https://deno.land/x/dectyl@0.6.2/mod.ts";

Type check the program.

TO BE IMPLEMENTED

Parameters

optional
_options: CheckOptions = [UNSUPPORTED]

Returns

Promise<Deno.Diagnostic[]>