type alias Unreachableimport { 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