@tempots/std > Nothing
Represents a value that can be either undefined or null.
undefined
null
Signature:
export type Nothing = undefined | null;