PluginTuple

PluginTuple<TupleParameters, Input, Output> = [Plugin<TupleParameters, Input, Output>, TupleParameters]

Defined in: node_modules/unified/lib/index.d.ts:952

Tuple of a plugin and its configuration.

The first item is a plugin, the rest are its parameters.

Type Parameters

Type ParameterDefault type
TupleParameters extends unknown[][]
Input extends stringNode
Outputundefined