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

x/frugal/docs/dep/frugal/core.ts>Loader

A frugal web framework
Go to Latest
type alias Loader
import { type Loader } from "https://deno.land/x/frugal@0.5.0/docs/dep/frugal/core.ts";

Type Parameters

GENERATED
optional
CACHED = unknown
definition: { name: string; test: (url: URL) => boolean; generate(params: GenerateParams<CACHED>): Promise<GENERATED>; onWatchStart?(config: CleanConfig): Promise<void> | void; onBuildContextStart?(config: CleanConfig): Promise<void> | void; onBuildContextEnd?(config: CleanConfig): Promise<void> | void; onWatchEnd?(config: CleanConfig): Promise<void> | void; }