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

x/deno/cli/js/deno.ts>exit

A modern runtime for JavaScript and TypeScript.
Go to Latest
function exit
import { exit } from "https://deno.land/x/deno@v0.30.0/cli/js/deno.ts";

Exit the Deno process with optional exit code.

Parameters

optional
code = [UNSUPPORTED]

Returns

never