import { default } from "https://deno.land/x/lume@v1.18.5/core/fs.ts";
Virtual file system used to load and cache files (local and remote)
Methods
addEntry(data: { path: string; type?: EntryType; src?: string; }): Entry
init()
removeEntry(path: string)
update(path: string): Entry | undefined
Update the entry and returns it if it was removed