Skip to main content
Module

std/assert/mod.ts>unreachable

Deno standard library
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.200.0/assert/mod.ts";

Use this to assert unreachable code.

Returns

never