MCPcopy Create free account
hub / github.com/troch/path-parser / InternalPathOptions

Interface InternalPathOptions

src/Path.ts:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75export interface InternalPathOptions {
76 queryParams?: IOptions
77 urlParamsEncoding: URLParamsEncodingType
78}
79
80const defaultOptions: InternalPathOptions = {
81 urlParamsEncoding: 'default'

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…