Skip to main content
Module

x/drash/src/interfaces/resource_paths.ts

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
File
export interface ResourcePaths { og_path: string; regex_path: string; params: string[];}