Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function unreachable
import { unreachable } from "https://deno.land/std@v0.66.0/testing/asserts.ts";

Use this to assert unreachable code.

Returns

never