variable buildObjimport { buildObj } from "https://deno.land/x/blocks@1.57.9/utils/object.ts"; Builds an object based on a list of key/value pairs. type(partial: Record<string, any>, unnamed 1: [string[], string]) => unknown