Skip to main content
Module

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

Useful snippet collection.
Go to Latest
type alias Opt
import { type Opt } from "https://deno.land/x/simple_utility@v2.0.1/mod.pure.full.ts";

Make interfaces acceptable in Record type arguments.

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