Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

(value: unknown) => value is object