Skip to main content
Module

x/deno/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.17.0/js/deno.ts";

Exit the Deno process with optional exit code.

Parameters

optional
code = [UNSUPPORTED]

Returns

never