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@0.211.0/testing/asserts.ts";

Use this to assert unreachable code.

Examples

Example 1

import { unreachable } from "https://deno.land/std@0.211.0/assert/unreachable.ts";

unreachable(); // Throws

Returns

never