Skip to main content
Module

x/tsafe/PickOptionals.ts

🔩 The missing TypeScript utils
Go to Latest
import * as tsafe from "https://deno.land/x/tsafe@v1.6.0/PickOptionals.ts";

Type Aliases

PickOptionals<{ p1: string; p2?: string; p3?: number; }> is the type { p2: string; p3: number; }