Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

isObject

import { isObject } from "https://raw.githubusercontent.com/takker99/deno-gyazo/0.1.1/util.ts";
const isObject: (value: unknown) => value is Record<string, unknown>;