Hacker News new | ask | show | jobs
by hombre_fatal 442 days ago
Typescript doesn't define a Maybe<T> nor do you need it to have idiomatic statically-typed nullability.

It already has:

type value = string | null