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 Parameter | Default type |
|---|---|
TupleParameters extends unknown[] | [] |
Input extends string | Node |
Output | undefined |