(value, options)
| 266 | } |
| 267 | |
| 268 | function decode(value, options) { |
| 269 | if (options.decode) { |
| 270 | return decodeComponent(value); |
| 271 | } |
| 272 | |
| 273 | return value; |
| 274 | } |
| 275 | |
| 276 | function keysSorter(input) { |
| 277 | if (Array.isArray(input)) { |
no outgoing calls
no test coverage detected
searching dependent graphs…