Interface: AvailableParsers<Options>
Defined in: Plugin/index.ts:18
Since
10.4.0
Type Parameters
Options
Options
Indexable
[
name:string]:Parser|DocumentParser|CreateParser<Options>
A collection of available parsers keyed by name.
Each entry can be a DocumentParser instance, a Parser instance, or a CreateParser function.