1 2 3 4 5
pub const bindgen = true; pub fn main() anyerror!void { return try @import("bun.js/typescript.zig").main(); }