import { load } from "https://deno.land/x/deno_graph@0.63.3/mod.ts";
A Deno specific loader function that can be passed to the
createModuleGraph
which will use Deno.readTextFile
for local files, or
use fetch()
for remote modules.
Returns
Promise<LoadResponse | undefined>