@tempots/std

Maybe type

Represents a type that can either hold a value of type T or be undefined.

Signature:

export type Maybe = T | undefined;