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

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

An ecosystem delivering practices, philosophy and portability. Powered By Deno and JavaScript.
Latest
interface CodebaseItem
import { type CodebaseItem } from "https://deno.land/x/hex@0.6.5/src/fw/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; }[]