| 5340 | * @since 3.10.0 |
| 5341 | */ |
| 5342 | export class NumberFromString extends parseNumber(String$.annotations({ |
| 5343 | description: "a string to be decoded into a number" |
| 5344 | })).annotations({ identifier: "NumberFromString" }) {} |
| 5345 | |
| 5346 | /** |
| 5347 | * @category number constructors |
nothing calls this directly
no test coverage detected