Skip to main content
Module

x/deepmergets/src/types/utils.ts>OptionalKeysOf

Deeply merge 2 or more objects respecting type information.
Go to Latest
type alias OptionalKeysOf
import { type OptionalKeysOf } from "https://deno.land/x/deepmergets@v3.0.0-beta.6/src/types/utils.ts";

Get all the optional keys on the types in the tuple.

Type Parameters

Ts extends readonly [unknown, ...ReadonlyArray<unknown>]
definition: OptionalKeysOfHelper<Ts, never>