@internal
()
| 1311 | } |
| 1312 | /** @internal */ |
| 1313 | getParser() { |
| 1314 | return fromConst(this, this.literal) |
| 1315 | } |
| 1316 | /** @internal */ |
| 1317 | matchPart(s: string, _options: ParseOptions): LiteralValue | undefined { |
| 1318 | return s === globalThis.String(this.literal) ? this.literal : undefined |
nothing calls this directly
no test coverage detected