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

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

🧙 Hypermodern Zero-Legacy Deno/React Framework
Go to Latest
type alias BuildResult
Re-export
import { type BuildResult } from "https://deno.land/x/ultra@v2.0.0-alpha.19/lib/build/types.ts";
definition: { sources: FileBag; compiled: FileBag; entrypoints: Entrypoint[]; }