use anyhow::Result; use beetmash::prelude::*; fn main() -> Result<()> { TypescriptExporter::::new().export()?; Ok(()) }