Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fetch_goody/utils.ts>isURLSearchParams

a fetch wrapper that supports interceptors, JSON body, retry, timeout and many many more ...
Go to Latest
function isURLSearchParams
import { isURLSearchParams } from "https://deno.land/x/fetch_goody@v7.0.4/utils.ts";

Determine if a value is a URLSearchParams object

Parameters

val: unknown

The value to test

Returns

True if value is a URLSearchParams object, otherwise false