Skip to main content
Module

x/simple_utility/mod.pure.ts>Opt

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

Make interfaces acceptable in Record type arguments.

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