Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Refiner

A abstraction for Chrono Refiner.

Each refiner takes the list of results (from parsers or other refiners) and returns another list of results. Chrono applies each refiner in order and return the output from the last refiner.

Hierarchy

  • Refiner

Index

Properties

Properties

refine

refine: (context: ParsingContext, results: ParsingResult[]) => ParsingResult[]

Type declaration

Generated using TypeDoc