type alias UnpackTypeGuardimport { type UnpackTypeGuard } from "https://deno.land/x/tsafe@v1.6.4-rc.0/lab/index.ts"; Type ParametersT extends (o: any) => o is unknowndefinition: T extends (o: any) => o is infer U ? U : never