Documentation
Framework
Version
API Reference

Nullable

Type Alias: Nullable<T>

type Nullable<T> = T & undefined | null;
type Nullable<T> = T & undefined | null;

Defined in: packages/form-core/src/util-types.ts:89

Type Parameters

T

Our Partners
Code Rabbit
Cloudflare
Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.

Subscribe to Bytes

Your weekly dose of JavaScript news. Delivered every Monday to over 100,000 devs, for free.

Bytes

No spam. Unsubscribe at any time.