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

isObject

function isObject(item: any): item is Record<string, any>;
§
isObject(item: any): item is Record<string, any>
[src]

§Parameters

§
item: any
[src]

§Return Type

§
item is Record<string, any>
[src]