@internal
()
| 1357 | readonly _tag = "String" |
| 1358 | /** @internal */ |
| 1359 | getParser() { |
| 1360 | return fromRefinement(this, Predicate.isString) |
| 1361 | } |
| 1362 | /** @internal */ |
| 1363 | matchPart(s: string, options: ParseOptions): string | undefined { |
| 1364 | const checks = this.checks |
nothing calls this directly
no test coverage detected