Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ultra/lib/build/deps.ts>BuildResult

Zero-Legacy Deno/React Suspense SSR Framework
Go to Latest
type alias BuildResult
import { type BuildResult } from "https://deno.land/x/ultra@v2.3.0/lib/build/deps.ts";
definition: { outputSources: FileBag; dynamicImports: FileBag; importMaps: Map<string, ImportMap>; }