MCPcopy
hub / github.com/kriasoft/universal-router / ResolveContext

Interface ResolveContext

src/universal-router-sync.ts:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface ResolveContext extends RouterContext {
30 /**
31 * URL which was transmitted to `router.resolve()`.
32 */
33 pathname: string
34}
35
36/**
37 * Params is a key/value object that represents extracted URL parameters.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected