Skip to content

Function: createMarkdownExit()

Call Signature

ts
function createMarkdownExit(options?): MarkdownExit;

Defined in: core.ts:283

Parameters

options?

MarkdownExitOptions

Returns

MarkdownExit

Call Signature

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

Defined in: core.ts:284

Parameters

presetName

PresetName

options?

MarkdownExitOptions

Returns

MarkdownExit

Released under the MIT License.