We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
defaultParseSearch
1 parent 5fa2cd3 commit ec90441Copy full SHA for ec90441
packages/router-core/src/searchParams.ts
@@ -1,8 +1,6 @@
1
import { decode, encode } from './qss'
2
import type { AnySchema } from './validators'
3
4
-/** Default `parseSearch` that strips leading '?' and JSON-parses values. */
5
6
/** Default `parseSearch` that strips leading '?' and JSON-parses values. */
7
export const defaultParseSearch = parseSearchWith(JSON.parse)
8
/** Default `stringifySearch` using JSON.stringify for complex values. */
0 commit comments