MCPcopy Index your code
hub / github.com/arktypeio/arktype / typePathToPropString

Function typePathToPropString

ark/schema/node.ts:789–792  ·  view source on GitHub ↗
(path: array<KeyOrKeyNode>)

Source from the content-addressed store, hash-verified

787}
788
789export const typePathToPropString = (path: array<KeyOrKeyNode>): string =>
790 stringifyPath(path, {
791 stringifyNonKey: node => node.expression
792 })
793
794const referenceMatcher = /"(\$ark\.[^"]+)"/g
795

Callers 1

flatRefFunction · 0.85

Calls 1

stringifyPathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…