type alias ModuleLoaderOutputimport { type ModuleLoaderOutput } from "https://deno.land/x/aleph@1.0.0-alpha.58/server/types.ts"; definition: { code: string; inlineCSS?: string; lang?: | "js" | "jsx" | "ts" | "tsx" | "css"; isTemplateLanguage?: boolean; map?: string; }