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

LwProp

import type { LwProp } from "https://raw.githubusercontent.com/ent2/deno-playentry/main/mod.ts";
type LwProp<I, N extends keyof I> = Lw<NonNullable<I[N]>>;

§Type Parameters

§
N extends keyof I
[src]

§Type

§
Lw<NonNullable<I[N]>>
[src]