Primitive Types

All primitive data types are passed by value:

  1. bigint
  2. boolean
  3. null
  4. number
  5. string
  6. symbol
  7. undefined

TypeScript’s type system additional has the following primitives:

  1. unknown