Skip to main content
Module

x/aleph/types.ts>LoaderTransformOutput

The Full-stack Framework in Deno.
Very Popular
Go to Latest
type alias LoaderTransformOutput
import { type LoaderTransformOutput } from "https://deno.land/x/aleph@v0.3.0-alpha.20/types.ts";

The result of loader transform.

definition: { type?: string; code: string; map?: string; }