Skip to main content
Module

x/aleph/server/deps.ts>TransformCSSResult

The Full-stack Framework in Deno.
Very Popular
Go to Latest
interface TransformCSSResult
Re-export
import { type TransformCSSResult } from "https://deno.land/x/aleph@1.0.0-beta.1/server/deps.ts";

Properties

readonly
code: string

The transformed code.

readonly
optional
map: string

The generated source map, if enabled.

readonly
optional
exports: CSSModuleExports

CSS module exports, if enabled.

readonly
optional
dependencies: Dependency[]

@import and url() dependencies, if enabled.