Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias CacheDir
import { type CacheDir } from "https://deno.land/x/cicada@v0.1.2/lib.ts";

A directory to cache, which can be a single file path or an array of file paths.

definition: FilePath | FilePath[]