logoalt Hacker News

jeswintoday at 6:56 AM0 repliesview on HN

> Another option is to define your own integer types

This is what I did. Most int usage is inferred, but if they had to define it explicitly, I make them import { int } from "@tsonic/core/types.js";