* Repesents a list of named capture groups. Only valid if the `namespacing` feature is turned on.
| 218 | * Repesents a list of named capture groups. Only valid if the `namespacing` feature is turned on. |
| 219 | */ |
| 220 | interface NamedGroupsArray { |
| 221 | /** |
| 222 | * Named capture groups are accessible as properties. |
| 223 | */ |
| 224 | [key: string]: string; |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Represents an array of matched values if any. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…