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

UpdateKeys

Keys of R whose UpdateType values are not never

type UpdateKeys<R> = [K in keyof R]: IfNotNever<UpdateType<R[K]>, K>[keyof R];

§Type Parameters

§Type

§
[K in keyof R]: IfNotNever<UpdateType<R[K]>, K>[keyof R]
[src]