© 2026 Hedgehog Software, LLC
import { type } from "arktype" const boxOf = type("<t>", { box: "t" }) type BoxOf<t> = typeof boxOf.infer<t> // not working for Generic