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