Skip to content

QuerySource

QuerySource is our name for the constructor type passed to the built in URLSearchParams.

ts
export type QuerySource = ConstructorParameters<typeof URLSearchParams>[0]