Interface PluginExperimental

Plugin API

Since

6.2.0

interface Plugin {
    parsers?: Parser[];
}

Properties

Properties

parsers?: Parser[]