Another way to look at it is that they are private constructors.
const i = Object(1n);
i instanceof BigInt; true
If #constructor
became part of the language perhaps BigInt and Symbol would be modelled that way.
Another way to look at it is that they are private constructors.
const i = Object(1n);
i instanceof BigInt; true
If #constructor
became part of the language perhaps BigInt and Symbol would be modelled that way.