@tempots/std

Nothing type

Represents a value that can be either undefined or null.

Signature:

export type Nothing = undefined | null;