Skip to main content
Module

std/assert/mod.ts>unreachable

Deno standard library
Go to Latest
function unreachable
import { unreachable } from "https://deno.land/std@0.209.0/assert/mod.ts";

Use this to assert unreachable code.

Examples

Example 1

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

unreachable(); // Throws

Returns

never