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.25/types.ts";

The result of loader transform.

definition: { type?:
| "css"
| "js"
| "jsx"
| "ts"
| "tsx"
; code: string; map?: string; }