type NullUndef =
  | null
  | undefined
;