Skip to main content
Module

std/assert/unreachable.ts>unreachable

The Deno Standard Library
Go to Latest
function unreachable
import { unreachable } from "https://deno.land/std@0.223.0/assert/unreachable.ts";

Use this to assert unreachable code.

Examples

Example 1

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

unreachable(); // Throws

Parameters

optional
reason: string

Returns

never