Skip to main content
Module

x/aleph/server/types.ts>ModuleLoaderOutput

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ModuleLoaderOutput
import { type ModuleLoaderOutput } from "https://deno.land/x/aleph@1.0.0-beta.1/server/types.ts";
definition: { code: string; inlineCSS?: string; lang?:
| "js"
| "jsx"
| "ts"
| "tsx"
; map?: string; }