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

LwInterface

import type { LwInterface } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/src/deps.ts";
type LwInterface<T> = [K in keyof T]-?: undefined extends T[K] ? Lw<NonNullable<T[K]>> : NonNullable<T[K]>;

§Type Parameters

§Type

§
[K in keyof T]-?: undefined extends T[K] ? Lw<NonNullable<T[K]>> : NonNullable<T[K]>
[src]