Incase it doesn't show up:

you are viewing a single comment's thread
view the rest of the comments
[–] 19 points 2 years ago* (1 child)

TypeScript is still built on JavaScript, all numbers are IEEE-754 doubles 🙃

Edit: Actually I lied, there are BigInts which are arbitrarily precise integers but I don't think there's a way to make them unsigned. There also might be a byte-array object that stores uint8 values but I'm not completely sure if I'm remembering that correctly.

  • source
  • parent
  • hideshow 1 child comment