@internal
()
| 1485 | * @see {@link Number} for the AST node class and serialization behavior |
| 1486 | * @see {@link Literal} for exact finite numeric literal AST nodes |
| 1487 | * |
| 1488 | * @category constructors |
| 1489 | * @since 4.0.0 |
| 1490 | */ |
| 1491 | export const number = new Number() |
| 1492 |
nothing calls this directly
no test coverage detected