Primitive Types
All primitive data types are passed by value:
bigint
boolean
null
number
string
symbol
undefined
TypeScript’s type system additional has the following primitives:
unknown
All primitive data types are passed by value:
bigint
boolean
null
number
string
symbol
undefined
TypeScript’s type system additional has the following primitives:
unknown