UNPKG

typia

Version:

Superfast runtime validators with only one line

3 lines (2 loc) 186 B
import { IReadableURLSearchParams } from "@typia/interface"; export declare const _httpQueryParseURLSearchParams: (input: string | IReadableURLSearchParams) => IReadableURLSearchParams;