Type alias RexecYield

RexecYield: {
    groups: Record<string, string>;
    index: number;
    lastIndex: number;
    match: string;
}

Type declaration

  • groups: Record<string, string>
  • index: number
  • lastIndex: number
  • match: string

Generated using TypeDoc