Skip to main content
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://deno.land/x/drash@v2.7.1/mod.ts";
const { ResourcesAndPatternsMap } = Types;
definition: Map<number, { resource: Resource; patterns: URLPattern[]; }>