type alias ModuleLoaderContentimport { type ModuleLoaderContent } from "https://deno.land/x/aleph@1.0.0-alpha.14/server/types.ts"; definition: { code: string; inlineCSS?: string; atomicCSS?: boolean; lang?: | "js" | "jsx" | "ts" | "tsx" | "css"; map?: string; modtime?: number; }