mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* fix: enhance cleanJson to support serialization of typed arrays * fix: correctness of inference based checks * fix: remove duplicate Uint8Array reference * fix: correct export syntax for mixinTypedArrays Updated the export statement to use 'exports' instead of 'export' for proper module export functionality. * chore: code cleanup * test: add basics tests for cleanJson