(s: string)
| 1450 | |
| 1451 | /** |
| 1452 | * Converts a `BigDecimal` to a JavaScript `number`. |
| 1453 | * |
| 1454 | * **When to use** |
| 1455 | * |
| 1456 | * Use when you need a JavaScript number at an interop boundary where precision |
| 1457 | * loss is acceptable. |
nothing calls this directly
no test coverage detected
searching dependent graphs…