Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/assert/mod.ts>unreachable

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

Use this to assert unreachable code.

Examples

Example 1

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

unreachable(); // Throws

Returns

never