Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2.1/mod.full.ts";

Make interface acceptable in Record type argument.

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