function IsObjectimport { IsObject } from "https://dotland.deno.dev/x/typebox@0.34.0/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>