B Search Erros
Return Home
Newest questions tagged typescript - Stack Overflow

bigint data type in TypeScript shows error message while declaring and assigning the number [duplicate]

In TypeScript, if I try to assign a value to something with bigint data type: let bignumber : bigint = 4442221112121212; Playground Link The compiler shows the following error message: Type 'number' is not assignable t

View original source