Skip to main content
Module

x/simple_utility/mod.universal.ts>Opt

Useful snippet collection.
Go to Latest
type alias Opt
import { type Opt } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Make interfaces acceptable in Record type arguments.

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