Skip to content

Type Alias: Optional<T>

ts
type Optional<T> = T | undefined;

Defined in: src/types.ts:186

Type Parameters

T

T

Released under the MIT License.