Next.js Discord

Discord Forum

Typescript Null Type

Unanswered
Black Vulture posted this in #help-forum
Open in Discord
Black VultureOP
Just curious if there is a difference when Typing in TS for a while checking a type or null. Are these two equal: string? vs string | null

1 Reply

@Black Vulture Just curious if there is a difference when Typing in TS for a while checking a type or null. Are these two equal: string? vs string | null
string? is equal to string | undefined