MCPcopy
hub / github.com/code-hike/codehike / HikeNodeMap

Interface HikeNodeMap

packages/codehike/src/mdx/1.1.remark-list-to-section.ts:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6export type JSXChild = BlockContent | DefinitionContent
7
8interface HikeNodeMap {
9 section: HikeSection
10 code: HikeCode
11 image: HikeImage
12 quote: HikeQuote
13 content: HikeContent
14}
15
16type HikeNode = HikeNodeMap[keyof HikeNodeMap]
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…