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

x/authlete_deno/src/util/util.ts>isObject

Authlete Library for Deno
Go to Latest
function isObject
import { isObject } from "https://deno.land/x/authlete_deno@v1.2.3/src/util/util.ts";

Check if the given value is an object.

Parameters

value: any

Returns

value is Object