import { assertType } from "https://deno.land/std@0.159.0/_util/assert_type.ts";
Asserts at compile time that the provided type argument's type resolves to the expected boolean literal type.
Parameters
_expectTrue: T
- True if the passed in type argument resolved to true.