Skip to main content
Module

x/mtkruto/0_deps.ts>unreachable

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