Skip to main content

Interface: AvailableParsers<Options>

Defined in: cspell-types/dist/index.d.mts:1234

Since

10.4.0

Type Parameters

Options

Options

Indexable

[name: string]: DocumentParser | Parser | CreateParser<Options>

A collection of available parsers keyed by name. Each entry can be a DocumentParser instance, a Parser instance, or a CreateParser function.