Hacker News new | ask | show | jobs
by no_wizard 1097 days ago
TS has two. number and bigint[0], corresponding to Number and BigInt in JS, respecitvely

[0]: https://www.typescriptlang.org/docs/handbook/2/everyday-type...