MCPcopy
hub / github.com/sindresorhus/query-string / decode

Function decode

base.js:268–274  ·  view source on GitHub ↗
(value, options)

Source from the content-addressed store, hash-verified

266}
267
268function decode(value, options) {
269 if (options.decode) {
270 return decodeComponent(value);
271 }
272
273 return value;
274}
275
276function keysSorter(input) {
277 if (Array.isArray(input)) {

Callers 3

parserForArrayFormatFunction · 0.85
parseFunction · 0.85
parseUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…