MCPcopy
hub / github.com/tinyhttp/tinyhttp / getQueryParams

Function getQueryParams

packages/url/src/index.ts:28–28  ·  view source on GitHub ↗
(url = '/')

Source from the content-addressed store, hash-verified

26}
27
28export const getQueryParams = (url = '/'): ParsedUrlQuery => parse(url.slice(url.indexOf('?') + 1))

Callers 2

url.test.tsFile · 0.90
extendMiddlewareFunction · 0.85

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected