import { type BuildSnapshot } from "https://deno.land/x/fresh@1.4.2/src/build/mod.ts";
Methods
read(path: string): ReadableStream<Uint8Array> | Uint8Array | null
For a given file, return it's contents.
import { type BuildSnapshot } from "https://deno.land/x/fresh@1.4.2/src/build/mod.ts";
For a given file, return it's contents.