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

x/djwt/util.ts>isObject

Create and verify JSON Web Tokens (JWT) with Deno or the browser.
Very Popular
Go to Latest
function isObject
import { isObject } from "https://deno.land/x/djwt@v2.9/util.ts";

Parameters

input: unknown

Returns

input is Record<string, unknown>