import { Checking, type Test } from "hry-types"; import type { InferSpecificType } from "./InferSpecificType"; import type { SpecificType } from "./SpecificType"; Checking, string, Test.Pass>; Checking, number, Test.Pass>; Checking, boolean, Test.Pass>; Checking, unknown[], Test.Pass>; Checking, object, Test.Pass>; Checking>, "a" | "b", Test.Pass>; Checking>, [string, number, boolean], Test.Pass>;