Skip to main content
Module

x/lume/deps/assert.ts>unreachable

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
function unreachable
import { unreachable } from "https://deno.land/x/lume@v2.1.3/deps/assert.ts";

Use this to assert unreachable code.

Examples

Example 1

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

unreachable(); // Throws

Parameters

optional
reason: string

Returns

never