import { type CacheDirectories } from "https://deno.land/x/cicada@v0.1.50/lib.ts";
A directory to cache. This is an array of file/folder paths as strings or of CacheDirectoryOptions which allow for further configuration options
Examples
[".node_modules"]`
[".node_modules"]`
definition: (FilePath | CacheDirectoryOptions)[]