import { type KeyIsOptional } from "https://deno.land/x/deepmergets@v7.1.3/src/types/utils.ts";
Check if a key is optional in the given object.
Type Parameters
O extends [Key in K]?: unknown
x/deepmergets/src/types/utils.ts>KeyIsOptional
import { type KeyIsOptional } from "https://deno.land/x/deepmergets@v7.1.3/src/types/utils.ts";
Check if a key is optional in the given object.