Type alias NonMatch

NonMatch: {
    matched: false;
}

Unsuccessful result from a Parser.

Type declaration

  • matched: false

Generated using TypeDoc