| 1 | /** |
| 2 | * This module provides utility functions and type class instances for working with the `BigDecimal` type in TypeScript. |
| 3 | * It includes functions for basic arithmetic operations, as well as type class instances for `Equivalence` and `Order`. |
| 4 | * |
nothing calls this directly
no test coverage detected