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