Skip to main content
Go to Latest
type alias GenerateParams
import { type GenerateParams } from "https://deno.land/x/frugal@0.2.1/docs/dep/frugal/core.ts";

Type Parameters

optional
CACHED = unknown
definition: { getCache: () => Promise<PersistantCache<CACHED>>; assets: Asset[]; config: CleanConfig; }