MCPcopy
hub / github.com/slevithan/xregexp / NamedGroupsArray

Interface NamedGroupsArray

types/index.d.ts:220–225  ·  view source on GitHub ↗

* Repesents a list of named capture groups. Only valid if the `namespacing` feature is turned on.

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…