Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/mod.ts>GetPaths

A frugal web framework
Latest
type alias GetPaths
import { type GetPaths } from "https://deno.land/x/frugal@0.9.6/mod.ts";

Type Parameters

PATH extends string
definition: (params: GetPathsParams) => Promise<PathList<PATH>> | PathList<PATH>