Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aleph/compiler/mod.ts>ModuleSource

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias ModuleSource
import { type ModuleSource } from "https://deno.land/x/aleph@v0.3.0-beta.12/compiler/mod.ts";
definition: { code: string; type: SourceType; map?: string; }