()
| 23096 | } |
| 23097 | // @api |
| 23098 | function createNull() { |
| 23099 | return createToken(104 /* SyntaxKind.NullKeyword */); |
| 23100 | } |
| 23101 | // @api |
| 23102 | function createTrue() { |
| 23103 | return createToken(110 /* SyntaxKind.TrueKeyword */); |
nothing calls this directly
no test coverage detected