Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias DependenciesType
Re-export
import { type DependenciesType } from "https://deno.land/x/allo_routing@v2.2.3/libs/allo_caching.ts";
definition: { expire?: number; callbacks?: (() => boolean) | (() => boolean)[]; files?: string | string[]; sliding?: boolean; }