* Expand the next token only once if possible.
(expandableOnly?: boolean)
| 35 | * Expand the next token only once if possible. |
| 36 | */ |
| 37 | expandOnce(expandableOnly?: boolean): number | boolean; |
| 38 | |
| 39 | /** |
| 40 | * Expand the next token only once (if possible), and return the resulting |
no outgoing calls
no test coverage detected