Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Fallback

type Fallback<T> = [P in keyof T]: T[P] | NonNullable<T[P]>[];

§Type Parameters

§Type

§
[P in keyof T]: T[P] | NonNullable<T[P]>[]
[src]