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

x/simple_utility/mod.full.ts>Opt

Simplify processing for Deno.
Latest
type alias Opt
Re-export
import { type Opt } from "https://deno.land/x/simple_utility@v2.3.2/mod.full.ts";

Make interface acceptable in Record type argument.

definition: Partial<Record<keyof T, unknown>>