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

notNull

function notNull<T>(value: T | null | undefined): value is T;
§
notNull<T>(value: T | null | undefined): value is T
[src]

§Type Parameters

§Parameters

§
value: T | null | undefined
[src]

§Return Type

§
value is T
[src]