Skip to main content
Module

x/live/utils/object.ts>buildObj

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
variable buildObj
import { buildObj } from "https://deno.land/x/live@1.77.0/utils/object.ts";

Builds an object based on a list of key/value pairs.

type

(partial: Record<string, any>, unnamed 1: [string[], string]) => unknown