MCPcopy Create free account
hub / github.com/RubaXa/Pilot / QueryString

Interface QueryString

Pilot.d.ts:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 export type Query = Record<QueryItem, QueryItem | QueryItem[] | undefined>;
130
131 interface QueryString {
132 parse(search: string): Query;
133
134 stringify(query: Query): string;
135 }
136
137 // ==== ./src/request.js ====
138

Callers 6

Pilot.jsFile · 0.80
RequestFunction · 0.80
url.jsFile · 0.80
RequestFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected