Skip to main content
Module

x/alephjs/server/types.ts>ModuleLoaderOutput

The Full-stack Framework in Deno.
Latest
type alias ModuleLoaderOutput
import { type ModuleLoaderOutput } from "https://deno.land/x/alephjs@1.0.0-alpha.78.1/server/types.ts";
definition: { code: string; inlineCSS?: string; lang?:
| "js"
| "jsx"
| "ts"
| "tsx"
| "css"
; map?: string; }