import { asserts } from "https://deno.land/x/dtils@1.3.1/deps.ts";
const { unreachable } = asserts;
Use this to assert unreachable code.
import { asserts } from "https://deno.land/x/dtils@1.3.1/deps.ts";
const { unreachable } = asserts;
Use this to assert unreachable code.