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

x/jurassic/examples/basic/routes/v1/hello.ts>default

A Straightforward REST API Framework for Deno
Latest
variable default
import { default } from "https://deno.land/x/jurassic@0.1.2/examples/basic/routes/v1/hello.ts";

type

(req: HttpRequest, res: HttpResponse) => unknown