Module

x/drash/mod.ts>Types.ResourcesAndPatternsMap

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias Types.ResourcesAndPatternsMap
import { type Types } from "https://dotland.deno.dev/x/drash@v2.7.0/mod.ts";
const { ResourcesAndPatternsMap } = Types;
definition: Map<number, { resource: Resource; patterns: URLPattern[]; }>