import { main } from "./cmd/main";
import "./instrument";

// @ts-ignore
BigInt.prototype.toJSON = function () {
  return this.toString();
};

main();
