function isPlainObjectimport { isPlainObject } from "https://deno.land/x/lume@v2.4.1/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>