@internal
()
| 1379 | * |
| 1380 | * @see {@link String} for the AST node class |
| 1381 | * @see {@link isString} for narrowing an AST to a string node |
| 1382 | * |
| 1383 | * @category constructors |
| 1384 | * @since 4.0.0 |
| 1385 | */ |
| 1386 | export const string = new String() |
| 1387 | |
| 1388 | /** |
| 1389 | * AST node matching any `number` value (including `NaN`, `Infinity`, |
nothing calls this directly
no test coverage detected