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

x/simple_utility/mod.ts>Opt

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

Make interface acceptable in Record type argument.

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