Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/0_deps.ts>unreachable

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
function unreachable
import { unreachable } from "https://deno.land/x/mtkruto@0.2.24/0_deps.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