Skip to main content
Module

x/aleph/server/deps.ts>TransformResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias TransformResult
Re-export
import { type TransformResult } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";
definition: { readonly code: string; readonly map?: string; readonly deps?: DependencyDescriptor[]; }