Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/fp/prepend-to-object.ts>prependToObject

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function prependToObject
import { prependToObject } from "https://deno.land/x/hex@v0.4.9/fp/prepend-to-object.ts";

Parameters

instance: Record<string | number | symbol, T>
...values: Record<string | number | symbol, T>[]

Returns

Record<string | number | symbol, T>