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