function checkAsyncComponentimport { checkAsyncComponent } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/render.ts"; checkAsyncComponent<T>(component: unknown): component is AsyncRoute<T> | AsyncLayout<T>Type ParametersTParameterscomponent: unknownReturnscomponent is AsyncRoute<T> | AsyncLayout<T>