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

x/hex/src/web/codebase/mapper.ts>CodebaseItem

An ecosystem delivering practices, philosophy and portability.
Go to Latest
interface CodebaseItem
import { type CodebaseItem } from "https://deno.land/x/hex@0.5.15/src/web/codebase/mapper.ts";

Properties

isDynamicRoute: boolean
isCatchAllRoute: boolean
subpaths: CodebaseSubpath[]
handlers: { name: string; }[]
layouts: { name: string; }[]
translations: { name: string; }[]
types: { name: string; }[]
assets: { name: string; }[]
others: { name: string; }[]