MCPcopy
hub / github.com/alibaba/hooks / Options

Interface Options

packages/use-url-state/src/index.ts:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9const rc = tmp as any;
10
11export interface Options {
12 navigateMode?: 'push' | 'replace';
13 parseOptions?: ParseOptions;
14 stringifyOptions?: StringifyOptions;
15}
16
17const baseParseConfig: ParseOptions = {
18 parseNumbers: false,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…