ParsedQuantity Interface
Successful result from parseToQuantityValue or parseToQuantityValue.
Properties
| Name | Type | Description | |
|---|---|---|---|
| ok | "true" | Union discriminator for QuantityParseResult. | |
| value | number | The magnitude of the parsed quantity. |
Defined in
- quantity/src/Parser.ts Line 45
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.