MCPcopy Index your code
hub / github.com/tinyhttp/tinyhttp / qstring

Function qstring

packages/content-disposition/src/index.ts:39–39  ·  view source on GitHub ↗
(val: unknown)

Source from the content-addressed store, hash-verified

37}
38
39const qstring = (val: unknown) => '"' + String(val).replace(QUOTE_REGEXP, '\\$1') + '"'
40
41const pencode = (char: string) => '%' + String(char).charCodeAt(0).toString(16).toUpperCase()
42

Callers 1

formatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected