Skip to content

Function: createMarkdownExit()

Call Signature

ts
function createMarkdownExit(options?): MarkdownExit;

Defined in: core.ts:492

Parameters

options?

MarkdownExitOptions

Returns

MarkdownExit

Call Signature

ts
function createMarkdownExit(presetName, options?): MarkdownExit;

Defined in: core.ts:493

Parameters

presetName

PresetName

options?

MarkdownExitOptions

Returns

MarkdownExit

Released under the MIT License.