import { read } from "https://deno.land/x/lume@v2.2.4/core/utils/read.ts";
Read a local or remote file and return its content.
If the file is remote, it will be cached in the lume_remote_files
cache.
import { read } from "https://deno.land/x/lume@v2.2.4/core/utils/read.ts";
Read a local or remote file and return its content.
If the file is remote, it will be cached in the lume_remote_files
cache.