function unreachable
unreachable(): neverDeprecated
(will be removed after 1.0.0) Import from https://deno.land/std/assert/unreachable.ts instead.
Use this to assert unreachable code.
Examples
Example 1
Example 1
import { unreachable } from "@std/testing/asserts"; unreachable(); // Throws
Return Type
never