import { type PluginRenderScripts } from "https://deno.land/x/fresh@1.4.3/src/server/types.ts";
Properties
The "key" of the entrypoint (as specified in Plugin.entrypoints
) for the
script that should be loaded. The script must be an ES module that exports
a default function.
The default function is invoked with the state
argument specified below.