Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/vno/example/spa/deps.ts>send

a build tool for compiling and bundling Vue single-file components
Latest
function send
import { send } from "https://deno.land/x/vno@1.5.1/example/spa/deps.ts";

Asynchronously fulfill a response with a file from the local file system.

Requires Deno read permission for the root directory.

Parameters

unnamed 0: Context<any>
path: string
optional
options: SendOptions = [UNSUPPORTED]

Returns

Promise<string | undefined>