import { VirtualFile } from "https://deno.land/x/mock_file@v1.0.1/src/memory_file.ts";
File system mock. This has a one-to-one correspondence with the path.
Constructors
Properties
readonly
info: Deno.FileInfoStatic Properties
readonly
pathToFile: Readonly<Record<string, VirtualFile | undefined>>