Skip to content

Type Alias: PluginWithOptions()<T>

ts
type PluginWithOptions<T> = (md, options?) => void;

Defined in: core.ts:143

Type Parameters

T

T = any

Parameters

md

MarkdownExit

options?

T

Returns

void

Released under the MIT License.