function isPlainObjectimport { isPlainObject } from "https://dotland.deno.dev/x/lume@v2.3.3/core/utils/object.ts"; isPlainObject(obj: unknown): obj is Record<string, unknown>Check if the argument passed is a plain object Parametersobj: unknownReturnsobj is Record<string, unknown>