Interface PluginExperimental

Plugin API

6.2.0

interface Plugin {
    parsers?: Parser[];
}

Properties

Properties

parsers?: Parser[]