Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: conditionally export TypeScript bindings in debug mode
- Added `#[cfg(debug_assertions)]` to only export TypeScript bindings when running in debug mode. - This ensures that the bindings are not included in release builds, optimizing production performance.
- Loading branch information