Skip to main content

variable_codegen/
lib.rs

1pub mod template;
2mod typescript;
3
4pub use typescript::generate_typescript;