Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MatchPrefixResult

Result of attempting to match a pattern: MatchFailureReport or SuccessfulMatch.

Hierarchy

  • MatchPrefixResult

Implemented by

Index

Properties

$matched

$matched: string

The matched string, if any

$matcherId

$matcherId: string

Id of the matcher that attempted the match

$offset

$offset: number

Offset of the match within the input, from 0

Generated using TypeDoc