MCPcopy Create free account
hub / github.com/alefore/knit / parseHash

Function parseHash

src/inputs.ts:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138}
139
140export function parseHash(): URLSearchParams {
141 const hash = window.location.hash.substring(1);
142 return new URLSearchParams(hash);
143}

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected