Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/hyogwa/src/utils.ts>Unreachable

Natural 🌿 effect system that fits TypeScript
Latest
type alias Unreachable
import { type Unreachable } from "https://deno.land/x/hyogwa@v0.1.0-rc.4/src/utils.ts";

A type used to mark branch of conditional type as unreachable.

If this type shown up in the branch of conditional type, it means that case couldn't be happened.

definition: never