Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tighten/ziggy
/ has
Method
has
src/js/index.d.ts:199–199 ·
view source on GitHub ↗
(name: T)
Source
from the content-addressed store, hash-verified
197
get routeParams(): Record<string, string>;
198
get queryParams(): ParsedQs;
199
has<T extends ValidRouteName>(name: T): boolean;
200
}
201
202
/**
Callers
2
route.test-d.ts
File · 0.65
route.test.js
File · 0.65
Implementers
1
Router
src/js/Router.js
Calls
no outgoing calls
Tested by
no test coverage detected