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

x/authlete_deno/mod.ts>isObject

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

Check if the given value is an object.

Parameters

value: any

Returns

value is Object