function IsObjectimport { IsObject } from "https://deno.land/x/typebox@0.33.22/src/type/guard/value.ts"; IsObject(value: unknown): value is Record<PropertyKey, unknown>Returns true if this value is an object Parametersvalue: unknownReturnsvalue is Record<PropertyKey, unknown>