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