Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ky/source/utils/is.ts>isObject

🌳 Tiny & elegant JavaScript HTTP client based on the Fetch API
Latest
variable isObject
import { isObject } from "https://deno.land/x/ky@v1.7.2/source/utils/is.ts";

type

(value: unknown) => value is object