Skip to main content
Module

x/simple_utility/mod.pure.full.ts>Opt

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

Make interface acceptable in Record type argument.

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